PHP Indatus\Ranger\ApiDatabase\QueryBuilding Namespace

Classes

Name Description
ApiQueryBuilder This interface defines how implementers will build to the query builder
EagerLoads Builds eager loaded relations on the Eloquent query builder
Joins Builds joins on the Eloquent query builder
LeftJoins Builds left joins on the Eloquent query builder
Searcher The responsibility of this class is to perform searching and filtering from the api query parameters. This class doesn't run queries, however, this class does prep a query builder so that it can execute a query in the CollectionHandler class.