Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakadu-dev/yii2-base-helpers
Base helpers/components yii2
https://github.com/kakadu-dev/yii2-base-helpers
yii2
Last synced: 10 days ago
JSON representation
Base helpers/components yii2
- Host: GitHub
- URL: https://github.com/kakadu-dev/yii2-base-helpers
- Owner: kakadu-dev
- License: mit
- Created: 2018-06-19T09:11:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T12:31:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T00:30:44.779Z (29 days ago)
- Topics: yii2
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-base-helpers
Extension provide custom helpers/components for yii2Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist kakadu-dev/yii2-base-helpers "@dev"
```or add
```
"kakadu-dev/yii2-base-helpers": "@dev"
```to the require section of your `composer.json` file.