nyx-solutions / php-nyx-env
PHP NYX ENV
Installs: 1 911
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.4.0 <8.2
- ext-json: *
- ext-mbstring: *
- vlucas/phpdotenv: ~4.1.8
README
PhpNyxEnv 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 nyx-solutions/php-nyx-env "*"
or add
"nyx-solutions/php-nyx-env": "*"
to the require section of your composer.json
file.
License
php-nyx-env is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.