nox-it / php-nox-env
This package is abandoned and no longer maintained.
The author suggests using the nyx-solutions/php-nyx-env package instead.
PHP NOX ENV
1.0.5
2020-05-29 13:08 UTC
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.