mustafakassab1995 / authbvn
authbvn php 绑定库
dev-master
2017-07-23 14:23 UTC
Requires
- guzzlehttp/guzzle: ~6.0
- monolog/monolog: ^1.20
Requires (Dev)
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2024-09-24 16:43:40 UTC
README
https://authbvn.herokuapp.com/
authbvn
-validate bvn -get user info
要求
-
PHP 5.5.3
安装
将 authbvn 添加到您的 composer.json 文件
"require": {
"mustafakassab1995/authbvn": "dev-master"
}
然后更新包含 authbvn 的包
composer update
如果您的框架默认不自动加载或您是从零开始创建 composer 项目,请记住您需要包含 vendor/autoload,例如
require_once 'path_to_vendor/autoload.php';