Download the PHP package abacaphiliac/zend-phpdotenv without Composer
On this page you can find all versions of the php package abacaphiliac/zend-phpdotenv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abacaphiliac/zend-phpdotenv
More information about abacaphiliac/zend-phpdotenv
Files in abacaphiliac/zend-phpdotenv
Download abacaphiliac/zend-phpdotenv
More information about abacaphiliac/zend-phpdotenv
Files in abacaphiliac/zend-phpdotenv
Vendor abacaphiliac
Package zend-phpdotenv
Short Description ZF2 Module that loads vlucas/phpdotenv
License MIT
Package zend-phpdotenv
Short Description ZF2 Module that loads vlucas/phpdotenv
License MIT
Please rate this library. Is it a good library?
Informations about the package zend-phpdotenv
zend-phpdotenv
ZF2 Module that loads vlucas/phpdotenv.
Module attaches a listener to EVENT_LOAD_MODULE
on ModuleManager's EventManager to load environment variables while the module is loaded.
Installation
Usage
- Add
Abacaphiliac\ZendPhpDotEnv
to your ZF2 application module config. - Create a
.env
file in the root directory of your ZF2 application. - Use
getenv()
anywhere in your code (or config) to pull environment variables.
Dependencies
php >=5.3.9 and ZF >=2
See composer.json.
Contributing
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
All versions of zend-phpdotenv with dependencies
PHP Build Version
Package Version
Requires
vlucas/phpdotenv Version
^2.2
zendframework/zend-eventmanager Version ^2
zendframework/zend-modulemanager Version ^2
zendframework/zend-servicemanager Version ^2
zendframework/zend-eventmanager Version ^2
zendframework/zend-modulemanager Version ^2
zendframework/zend-servicemanager Version ^2
The package abacaphiliac/zend-phpdotenv contains the following files
Loading the files please wait ....