Libraries tagged by query library
dsheiko/magentosearchquerybuilder
11134 Downloads
Tool to build search criteria query for Magento REST Web API
dev-lancer/minecraft-motd-parser
4468 Downloads
PHP library to parse minecraft server motd
hoa/database
10198 Downloads
The Hoa\Database library.
byjg/sparqllib
47509 Downloads
Simple library to query SPARQL from PHP
markenwerk/google-geocoder
27758 Downloads
A PHP library to query Google's location service for geolocation and reverse lookups based on a given address, a geo location or a Google Places ID.
berlioz/html-selector
12310 Downloads
Berlioz HTML Selector is a PHP library to do queries on HTML files (converted in SimpleXMLElement object) like jQuery on DOM.
los/uql
31703 Downloads
PHP library to transform url query into db partial queries
ans-group/laravel-sieve
5006 Downloads
A library for filtering eloquent queries
ukfast/laravel-sieve
6466 Downloads
A library for filtering eloquent queries
oilstone/php-rsql-parser
13477 Downloads
PHP library for parsing RSQL or FIQL queries. Designed for use in RESTful APIs.
lmc/cqrs-handler
21874 Downloads
A library containing handlers to help with Queries and Commands
abdulelahragih/querybuilder
789 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
xsolve-pl/associate
18456 Downloads
This library allows to collect objects and values through associations and provides some entity fetching optimizations for Doctrine ORM to address N+1 queries problem.
szonov/sql-splitter
29882 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
mobilestock/laravel-database-interceptor
1154 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.