nox-it / php-nox-env
PHP NOX ENV
Installs: 2 088
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.4.0
- ext-json: *
- ext-mbstring: *
- nox-it/php-nox-helpers: ~3.0.0
- vlucas/phpdotenv: ~4.1.5
README
PhpNoxEnv is a .env
library for PHP.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nox-it/php-nox-env "*"
or add
"nox-it/php-nox-env": "*"
to the require section of your composer.json
file.
License
php-nox-env is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.