brixms / yii2-phpdotenv
Yii2 extension for .env / Dotenv / env() / getenv()
Installs: 413
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
pkg:composer/brixms/yii2-phpdotenv
Requires
- vlucas/phpdotenv: >=2.2
- yiisoft/yii2: ^2.0
This package is not auto-updated.
Last update: 2025-12-07 03:05:28 UTC
README
Package to automatically include .env via vlucas/phpdotenv in your yii2 application.
installation
composer require brixms/yii2-phpdotenv- edit
index.phpor youryiientry points to includeDotenv(after autoload has been required):
(new \Dotenv\Dotenv("your full .env file location"))->overload();