PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP Environment Variables Detection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Environment Variables Detection
Detect the current PHP environment variables
Author: By
Last change:
Date: 1 year ago
Size: 750 bytes
 

Contents

Class file image Download
{ "name": "frdl/environment", "description": "Simple PHP environment manager.", "keywords": ["php", "environment", "config"], "license": "MIT", "authors": [ { "name": "Ahir Ar-Ge", "email": "development@ahir.com.tr" }, { "name": "Özgür Adem I??kl?", "email": "i.ozguradem@gmail.com", "role": "Creator & Designer" }, { "name": "Till Wehowski", "email": "software@frdl.de" } ], "require" : { "symfony/dotenv" : "5.*" }, "minimum-stability": "stable", "autoload": { "psr-4": { "Frdlweb\\Environment\\": "src/Frdlweb/Environment/" } } }