PHPackages                             aequasi/environment - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aequasi/environment

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aequasi/environment
===================

Environment Class for PHP

3.0.1(8y ago)1124.3k2Apache-2.0PHPCI failing

Since Apr 8Pushed 5y ago3 watchersCompare

[ Source](https://github.com/aequasi/environment-php)[ Packagist](https://packagist.org/packages/aequasi/environment)[ RSS](/packages/aequasi-environment/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (3)Versions (11)Used By (0)

Environment
===========

[](#environment)

This class is pretty simple. It adds environments to your PHP project.

To Install
----------

[](#to-install)

Install with composer:

```
composer require aequasi/environment
```

To Use
------

[](#to-use)

To get set up, drop the `Environment` class in your front controller. For example:

```
