devgroup / yii2-entity-search
Allows searching ActiveRecords with various conditions, events and addons
Installs: 142
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- fzaninotto/faker: ^1.6
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2
- codeception/specify: ^0.4.5
- codeception/verify: ^0.3.2
This package is auto-updated.
Last update: 2024-10-11 14:34:21 UTC
README
Allows searching ActiveRecords with various conditions, events and addons
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist devgroup/yii2-entity-search "*"
or add
"devgroup/yii2-entity-search": "*"
to the require section of your composer.json
file.
Usage
TBD
Migration from legacy
To migrate from the version when everything was inside of yii2-data-structure-tools.
- Change the namespace of all used components from
DevGroup\DataStrcuture\search
to:
DevGroup\EntitySearch
for base componentsDevGroup\EntitySearchProperties
if it is property component. You will needdevgroup/yii2-entity-search-properties
package too.
- Something else???