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

https://github.com/inquid/yii-version-helper

Inquid versioning helper for Yii, manage your project version
https://github.com/inquid/yii-version-helper

Last synced: 4 months ago
JSON representation

Inquid versioning helper for Yii, manage your project version

Awesome Lists containing this project

README

        

Inquid versioning helper
========================
Inquid versioning helper for Yii, manage your project version

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist inquid/yii-version-helper "*"
```

or add

```
"inquid/yii-version-helper": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \inquid\versionhelper\AutoloadExample::widget(); ?>```