mice-tm / yii2-condition-builder
Condition constructor for yii2
Installs: 12 610
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 2
Type:yii2-extension
Requires
- php: >=7.1.0
- kartik-v/yii2-widgets: ~3.4.0
- mice-tm/conditions-base: ^1.0.2
- oomphinc/composer-installers-extender: ^1.1.2
- trntv/yii2-datetime-widget: ~1.1.0
- yii2tech/embedded: ~1.0.3
- yiisoft/yii2: 2.0.15.1
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mice-tm/yii2-condition-builder "*"
or add
"mice-tm/yii2-condition-builder": "*"
to the require section of your composer.json
file.