dev-master
9999999-devAn authbvn php binding library
MIT
The Requires
The Development Requires
by Mustafa Kassab
Wallogit.com
2017 © Pedro Peláez
An authbvn php binding library
https://authbvn.herokuapp.com/, (*1)
-validate bvn -get user info, (*2)
Add authbvn to your composer.json file, (*3)
"require": {
"mustafakassab1995/authbvn": "dev-master"
}
Then do to update your packages with authbvn, (*4)
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, (*5)
require_once 'path_to_vendor/autoload.php';
An authbvn php binding library
MIT