PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cristian Radu   PHP Config   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Config
Load configuration values from JSON files
Author: By
Last change:
Date: 1 month ago
Size: 527 bytes
 

Contents

Class file image Download
{ "name": "kris-ro/php-config", "description": "Setup, getter and setter for configuration in PHP applications", "type": "library", "require": { "php": "8.*" }, "license": "MIT", "autoload": { "psr-4": { "KrisRo\\PhpConfig\\": "src/" } }, "authors": [ { "name": "cristianradu", "email": "kris_ro@yahoo.com" } ], "minimum-stability": "stable", "require-dev": { "phpunit/phpunit": "^10.5" } }