PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   Pure PHP Config   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pure PHP Config
Access configuration values stored in PHP scripts
Author: By
Last change:
Date: 3 years ago
Size: 573 bytes
 

Contents

Class file image Download
{ "name": "mirazmac/pure-php-config", "type": "library", "description": "A pure PHP file based no bullshit config loader.", "keywords": [], "homepage": "https://mirazmac.com", "license": "MIT", "authors": [ { "name": "Miraz Mac", "email": "mirazmac@gmail.com", "homepage": "https://mirazmac.com", "role": "Original Author" } ], "require": { "php": ">=7.0" }, "autoload": { "psr-4": { "MirazMac\\PurePhpConfig\\": "src/" } } }