PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Allan Kibet   MSISDN PHP Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MSISDN PHP Library
Validate and find the operator of a phone number
Author: By
Last change:
Date: 2 years ago
Size: 564 bytes
 

Contents

Class file image Download
{ "name": "allan/msisdn", "description": "Msisdn number format, Prefixes are updated courtesy of https://en.wikipedia.org/wiki/Telephone_numbers_in_Kenya", "type": "library", "license": "MIT", "authors": [ { "name": "Allan Kibet Koskei", "email": "allan.koskei@gmail.com", "role": "Developer" } ], "minimum-stability": "dev", "prefer-stable" : true, "require": { "php": "^7.0" }, "autoload": { "psr-0": { "Msisdn": "src/" } } }