https://github.com/dmstr/yii2-application-metadata
Extended application information for Yii 2.0 Framework
https://github.com/dmstr/yii2-application-metadata
Last synced: 9 months ago
JSON representation
Extended application information for Yii 2.0 Framework
- Host: GitHub
- URL: https://github.com/dmstr/yii2-application-metadata
- Owner: dmstr
- Created: 2015-05-28T19:05:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T10:21:11.000Z (over 10 years ago)
- Last Synced: 2024-11-13T14:53:29.731Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Extended application information for Yii 2.0 Framework
======================================================
:warning: **Project state: `discontinued/obsolete`**
It is recommended to remove this package from your `composer.json` dependencies, see [dmstr/yii2-helpers](https://github.com/dmstr/yii2-helpers) for a replacement.
---
Provides in-depth configuration and application information
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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 :
```php
= \dmstr\modules\backend\AutoloadExample::widget(); ?>```