PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vurghus Minar   PHP Configuration Loader   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Configuration Loader
Load configuration from YAML files into arrays
Author: By
Last change:
Date: 7 years ago
Size: 646 bytes
 

Contents

Class file image Download
{ "name": "am/config", "type": "library", "description": "configuration class for php", "keywords": ["php","configuration","yaml","config"], "homepage": "https://github.com/arvish15/PHP-Configuration-Loader-Class", "license": "MIT", "authors": [ { "name": "Arvish K. Mungur", "email": "arvish.mungur@outlook.com", "homepage": "https://github.com/arvish15" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": ">=6.3", "mockery/mockery": "dev-master", "phpdocumentor/phpdocumentor": "2.*" }, "autoload": { "psr-4": { "Am\\Config\\": "src" } } }