mustafakassab1995 / authbvn
An authbvn php binding library
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mustafakassab1995/authbvn
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: 2025-10-07 21:51:41 UTC
README
https://authbvn.herokuapp.com/
authbvn
-validate bvn -get user info
Requirements
-
PHP 5.5.3
Installation
Add authbvn to your composer.json
file
"require": {
"mustafakassab1995/authbvn": "dev-master"
}
Then do to update your packages with authbvn
composer update
If your framework does not autoload by default or you are creating a composer project from scratch, please remember that you will need to include vendor/autoload e.g
require_once 'path_to_vendor/autoload.php';