https://github.com/bckp/environment
Easy way to read type safe values from Environment variables
https://github.com/bckp/environment
Last synced: 3 months ago
JSON representation
Easy way to read type safe values from Environment variables
- Host: GitHub
- URL: https://github.com/bckp/environment
- Owner: bckp
- License: mit
- Created: 2023-08-01T12:08:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T12:41:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T15:48:29.962Z (4 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# bckp/environment
Easy class for getting ENV values with casting and default value fallback. Great for frameworks like Nette.[](https://coveralls.io/github/bckp/environment?branch=master)
[](https://github.com/bckp/environment/actions)
[](https://packagist.org/packages/bckp/environment)
[](https://scrutinizer-ci.com/g/bckp/environment/?branch=master)
[](https://packagist.org/packages/bckp/environment)
[](https://github.com/bckp/environment/blob/master/license.md)Installation
------------The best way to install bckp/environment is using [Composer](http://getcomposer.org/):
```sh
$ composer require bckp/environment
```## Development
This package is currently maintaining by these authors.