Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyx-solutions/php-nyx-env
PhpNyxEnv
https://github.com/nyx-solutions/php-nyx-env
composer environment environment-variables php php-nyx-env php81
Last synced: 17 days ago
JSON representation
PhpNyxEnv
- Host: GitHub
- URL: https://github.com/nyx-solutions/php-nyx-env
- Owner: nyx-solutions
- License: other
- Created: 2020-05-21T19:39:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T13:42:43.000Z (over 1 year ago)
- Last Synced: 2024-04-27T13:25:02.253Z (9 months ago)
- Topics: composer, environment, environment-variables, php, php-nyx-env, php81
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PhpNyxEnv
=========PhpNyxEnv is a `.env` library for PHP.
[![Latest Stable Version](http://poser.pugx.org/nyx-solutions/php-nyx-env/v)](https://packagist.org/packages/nyx-solutions/php-nyx-env)
[![Total Downloads](http://poser.pugx.org/nyx-solutions/php-nyx-env/downloads)](https://packagist.org/packages/nyx-solutions/php-nyx-env)
[![Latest Unstable Version](http://poser.pugx.org/nyx-solutions/php-nyx-env/v/unstable)](https://packagist.org/packages/nyx-solutions/php-nyx-env)
[![License](http://poser.pugx.org/nyx-solutions/php-nyx-env/license)](https://packagist.org/packages/nyx-solutions/php-nyx-env)
[![Monthly Downloads](http://poser.pugx.org/nyx-solutions/php-nyx-env/d/monthly)](https://packagist.org/packages/nyx-solutions/php-nyx-env)
[![Daily Downloads](http://poser.pugx.org/nyx-solutions/php-nyx-env/d/daily)](https://packagist.org/packages/nyx-solutions/php-nyx-env)
[![composer.lock](http://poser.pugx.org/nyx-solutions/php-nyx-env/composerlock)](https://packagist.org/packages/nyx-solutions/php-nyx-env)## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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.