Recommend this page to a friend! |
Classes of Yorch Ponce | PHP IIN and BIN | README.md | Download |
|
DownloadphpBINDescriptionPHP Library for validate BIN/IIN Numbers Cards RequirementsDeveloper DocumentationExecute phpdoc -d phpBIN/ Unit TestFor run Unit Test, complete information connection and execute the next commands: > phpunit PhpBINTest.php > phpunit PhpBINTestMy.php > phpunit PhpBINTestMon.php InstallationCreate file composer.json
Execute composer.phar install Example
NotesThis library uses http://www.binlist.net/ with this limits. Limits Due to the high volume of queries we've implemented a throttling mechanism, which allows at most 10,000 queries per hour. After reaching this hourly quota, all your requests result in HTTP 403 (Forbidden) until it clears up on the next roll over. For local Database implementation must configure with the connect method. Check MySQL import script binbase.sql. For import binbase to MongoDb check mongo.script and execute commands. Referenceshttp://www.binlist.net/ P.D. Let's go play !!! |