janisto / yii-environment

Environment class for Yii, used to set configuration for console and web apps depending on the server environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yii-environment

Predefine configurations for use in different environments, like development, testing, staging and production.

Changelog

v1.6.0

  • Fix: missing yiiSetPathOfAlias.
  • Update examples.

v1.5.0

  • Improve configuration merging.

v1.4.0

  • Update Composer support.

v1.3.0

  • Code refactor and structure change.
  • Composer support.

v1.2.0

  • Code refactor and DocBlock clean up.

v1.1.0

  • Define only Yii framework path in configuration files instead of yii.php, yiit.php and yiilite.php.
  • Better CSS styles for showDebug().

v1.0.0

  • Initial version.

License

yii-environment is free and unencumbered public domain software.

About

Environment class for Yii, used to set configuration for console and web apps depending on the server environment.


Languages

Language:PHP 98.7%Language:Perl 1.3%