PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mohamed Elbahja   PHP Environment Variables Setup   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Environment Variables Setup
Load and initialized PHP environment variables
Author: By
Last change:
Date: 5 years ago
Size: 765 bytes
 

Contents

Class file image Download
{ "name": "melbahja/environ", "type": "library", "description": ".env PHP environment loader with the power of the ini syntax", "keywords": [".env", "env variables", "php7", "env loader", "environment", "ini"], "license": "MIT", "authors": [ { "name": "Mohamed ELbahja", "email": "mohamed@elbahja.me", "homepage": "https://elbahja.me", "role": "Developer" } ], "require": { "php": ">=7.1" }, "autoload":{ "psr-4": { "Melbahja\\Environ\\": "src/" } }, "autoload-dev": { "psr-4": { "Melbahja\\Environ\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "7.0" }, "minimum-stability":"dev" }