PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josiah Ovye Yahaya   ngstates   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ngstates
Retrieve information about Nigeria states
Author: By
Last change:
Date: 5 years ago
Size: 659 bytes
 

Contents

Class file image Download
{ "name": "coderatio/ngstates", "description": "A stand-alone database of Nigeria states and local government manager written for php developers", "type": "library", "license": "MIT", "authors": [ { "name": "Josiah Ovye Yahaya", "email": "josiahoyahaya@gmail.com" } ], "autoload": { "classmap": [ "src" ], "files": [ "src/helpers.php" ], "psr-4": { "Coderatio\\NGStates\\NGStates\\": "src/" } }, "minimum-stability": "dev", "require": { "php": ">=5.6" } }