Libraries tagged by QueryR
aura/sql
2043159 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
lexik/form-filter-bundle
2885478 Downloads
This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
xpaw/php-source-query-class
155382 Downloads
PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol
xpaw/php-minecraft-query
85050 Downloads
PHP library to query Minecraft servers
unlu/laravel-api-query-builder
686870 Downloads
Laravel API Query Builder Package.
timgws/query-builder-parser
354394 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
spatie/query-string
671550 Downloads
Manipulate query strings
reinink/remember-query-strings
455381 Downloads
Laravel middleware that automatically remembers and restores query strings.
rct567/dom-query
243029 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
overtrue/laravel-query-logger
256083 Downloads
A dev tool to log all queries for laravel application.
nilportugues/sql-query-formatter
936910 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
nilportugues/sql-query-builder
223932 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
mistic100/jquery-querybuilder
48952 Downloads
jQuery plugin for user friendly query/filter creator
mehradsadeghi/laravel-filter-querystring
94664 Downloads
Filter your queries based on url query string parameters like a breeze.
mattiasgeniar/phpunit-query-count-assertions
564658 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).