Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.