PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Samy Massoud   PHP IBAN Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IBAN Validation
Verify if a IBAN is valid with ibanapi.com API
Author: By
Last change:
Date: 2 years ago
Size: 426 bytes
 

Contents

Class file image Download
{ "name": "ibanapi/api", "description": "The official php package for the ibanapi.com integration", "license": "MIT", "keywords": ["iban","iban api","finance","iban validation","iban checker"], "authors": [ { "name": "ibanapi.com", "email": "samy@ibanapi.com" } ], "require": {}, "autoload": { "psr-4": { "IbanApi\\": "src/" } } }