solutosoft / yii2-plugin
Yii 2 core code to write extensions based on javascript plugins
Installs: 40 954
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2024-10-29 05:04:57 UTC
README
This is the base code to write extensions based in javascript plugins. It encapsulates the base widgets in terms of Yii2. One can use this base code during creation of one's own extensions if needed.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist solutosoft/yii2-plugin "*"
or add
"dist solutosoft/yii2-plugin": "*"
to the require section of your composer.json
file.