jzweb / geetest
Geetest Package for JZWeb
v1.0.2
2020-04-09 06:57 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2026-03-07 10:06:08 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