PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Samy Massoud   PHP BIN Lookup API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP BIN Lookup API
Lookup bank issuer number data using BinTable API
Author: By
Last change:
Date: 4 years ago
Size: 440 bytes
 

Contents

Class file image Download
{ "name": "bintable/api_php", "description": "The PHP API for bin lookup from https://bintable.com", "type": "library", "license": "MIT", "authors": [ { "name": "Bintable", "email": "hello@bintable.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Bintable": "src/" } } }