An open API service indexing awesome lists of open source software.

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

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(); ?>```