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
- Host: GitHub
- URL: https://github.com/inquid/yii-version-helper
- Owner: inquid
- Created: 2019-02-14T16:20:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T16:24:02.000Z (over 6 years ago)
- Last Synced: 2024-12-29T14:37:15.330Z (5 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inquid versioning helper
========================
Inquid versioning helper for Yii, manage your project versionInstallation
------------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(); ?>```