PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yorch Ponce   PHP IIN and BIN   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IIN and BIN
Identify card issuer and bank from numbers
Author: By
Last change:
Date: 7 years ago
Size: 597 bytes
 

Contents

Class file image Download
{ "name": "yorch/phpbin", "description": "PHP Library for validate BIN/IIN Numbers Cards", "keywords": ["BIN", "IIN", "Credit Card"], "homepage": "https://github.com/yorch81/phpBIN", "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Jorge Alberto Ponce Turrubiates", "email": "the.yorch@gmail.com", "homepage": "http://the-yorch.blogspot.mx/" } ], "require": { "php": ">=5.4.0", "catfan/medoo": "dev-master" }, "autoload": { "files": ["PhpBIN.class.php"] } }