2017 © Pedro Peláez
 

yii2-extension yii2-entity-search

Allows searching ActiveRecords with various conditions, events and addons

image

devgroup/yii2-entity-search

Allows searching ActiveRecords with various conditions, events and addons

  • Friday, January 27, 2017
  • by bethrezen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 135 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Unified ActiveRecord searcher for yii2

Allows searching ActiveRecords with various conditions, events and addons, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist devgroup/yii2-entity-search "*"

or add, (*4)

"devgroup/yii2-entity-search": "*"

to the require section of your composer.json file., (*5)

Usage

TBD, (*6)

Migration from legacy

To migrate from the version when everything was inside of yii2-data-structure-tools., (*7)

  1. Change the namespace of all used components from DevGroup\DataStrcuture\search to:

- DevGroup\EntitySearch for base components - DevGroup\EntitySearchProperties if it is property component. You will need devgroup/yii2-entity-search-properties package too. 2. Something else???, (*8)

The Versions

27/01 2017

dev-master

9999999-dev

Allows searching ActiveRecords with various conditions, events and addons

  Sources   Download

MIT

The Requires

 

The Development Requires

extension yii2