tools / api
Logging for PHP 5.3
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tools/api
Requires
- php: >=5.3.0
- aliyuncs/oss-sdk-php: ~2.0
This package is not auto-updated.
Last update: 2025-10-03 23:59:33 UTC
README
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