imponeer / env
Small helper dealing with environment variables
Installs: 12 671
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
- silinternational/php-env: ^2.1
Requires (Dev)
- fakerphp/faker: ^1.19
- phpunit/phpunit: ^8
README
ENV
Small helper dealing with environment variables.
Installation
To install and use this package, we recommend to use Composer:
composer require imponeer/env
Otherwise, you need to include manually files from src/
directory.
Usage example
$path = env('PATH', '/src'); $enable = !!env('ENABLE_APP');
How to contribute?
If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try interactive GitHub tutorial.
If you found any bug or have some questions, use issues tab and write there your questions.