Download the PHP package trinity/search without Composer
On this page you can find all versions of the php package trinity/search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package search
Trinity Search
Trinity search is part of Trinity package.
Description:
- Finds array of objects by given query
Base route:
Syntax
Append query to the base route. Query can be composed of:
-
(optional) Column selection - put columns which you want to return into simple brackets. If you want to access column from associated table, simply put colon and name of the column from associated table
-
(optional) Conditions - put conditions into curly brackets. Available operators: <, >, =, <=, >=, !=, AND, OR
-
String Values must be wrapped inside
block -
(optional) Limit - for limit 5 rows simply append
-
(optional) Offset - for offset 10 rows simply append
- (optional) Ordering - for ordering result, append keyword ORDER BY and then columns and directions by which you want to order, multiple columns ordering are supported - separate columns by comma
Example
All versions of search with dependencies
symfony/config Version ~2.8 | ~3.0
symfony/asset Version ~3.2
symfony/dependency-injection Version ~2.8 | ~3.0
symfony/http-kernel Version ~2.8 | ~3.0
symfony/property-access Version ~2.8 | ~3.0
symfony/property-info Version ~2.8 | ~3.0
symfony/routing Version ~2.8 | ~3.0
symfony/serializer Version ~2.8 | ~3.0
symfony/validator Version ~2.8 | ~3.0
doctrine/orm Version ~2.5
doctrine/data-fixtures Version ~1.1
friendsofsymfony/rest-bundle Version ~2.0
jms/serializer-bundle Version ~2.0
sensio/framework-extra-bundle Version ~3.0 | ~5.0
trinity/utils Version ~1.0