https://github.com/hiqdev/yii2-menus
Menus for Yii2
https://github.com/hiqdev/yii2-menus
hacktoberfest
Last synced: 9 months ago
JSON representation
Menus for Yii2
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-menus
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2016-12-22T10:28:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T10:15:46.000Z (about 4 years ago)
- Last Synced: 2025-09-17T19:22:52.662Z (9 months ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 26.4 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Menus
**Menus for Yii2**
[](https://packagist.org/packages/hiqdev/yii2-menus)
[](https://packagist.org/packages/hiqdev/yii2-menus)
[](https://travis-ci.org/hiqdev/yii2-menus)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-menus/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-menus/)
[](https://www.versioneye.com/php/hiqdev:yii2-menus/dev-master)
Provides:
- menu definition class: `hiqdev\yii2\menus\Menu`
- menu column for grid: `hiqdev\yii2\menus\grid\MenuColumn`
- advanced menu widget: `hiqdev\yii2\menus\widgets\Menu`
- menu button widget: `hiqdev\yii2\menus\widgets\MenuButton`
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-menus"
```
or add
```json
"hiqdev/yii2-menus": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)