dmstr / yii2-application-metadata
This package is abandoned and no longer maintained.
The author suggests using the dmstr/yii2-helpers package instead.
Provides in-depth configuration and application information
Package info
github.com/dmstr/yii2-application-metadata
Type:yii2-extension
pkg:composer/dmstr/yii2-application-metadata
0.0.1
2015-02-11 08:01 UTC
Requires
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2022-02-01 12:48:01 UTC
README
⚠️ Project state: discontinued/obsolete
It is recommended to remove this package from your composer.json dependencies, see dmstr/yii2-helpers for a replacement.
Provides in-depth configuration and application information
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dmstr/yii2-application-info "*"
or add
"dmstr/yii2-application-info": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \dmstr\modules\backend\AutoloadExample::widget(); ?>```