szp043725449 / tools_api by szp043725449

Logging for PHP 5.3
44
0
1
Package Data
Maintainer Username: szp043725449
Maintainer Contact: szp043725449@126.com (sunzhiping)
Package Create Date: 2016-02-23
Package Last Update: 2016-03-10
Language: PHP
License: MIT
Last Refreshed: 2024-11-19 03:14:09
Package Statistics
Total Downloads: 44
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel ToolsService

Documentation

Installation

Require this package

php composer.phar require "tools/api:dev-master" -vvv

After adding the package, add the ServiceProvider to the providers array in config/app.php

Tools\Api\ToolsServiceProvider::class,

Optionally you can register the ToolsService facade:

'toolsServer'      => Tools\Api\Facades\ToolsService::class,

To publish the config use:

php artisan vendor:publish --tag="config"

sign Middleware:

/**
 * @Middleware("hsign")
 */

Verification Method List:

  • exmobile
  • exIdCard
  • exname
  • expassword
  • exfunds

When use toolsService verification,you should increased verification message in:

resources\lang\zh_cn\validation.php