jzweb / geetest
Geetest Package for JZWeb
Installs: 2 735
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Requires
- php: >=5.6.0
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2024-12-14 04:39:22 UTC
README
极验验证码
Installation
$ composer require jzweb/geetest
Or you can add following to require
key in composer.json
:
"jzweb/geetest": "~1.0"
Next, You should need to register the service provider. Open up config/app.php
and add following into the providers
key:
JZWeb\Geetest\GeetestServiceProvider::class
And you can register the Geetest Facade in the aliases
of config/app.php
:
'Geetest' => JZWeb\Geetest\Geetest::class