Libraries tagged by QueryR
aura/sql
1920757 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
2863254 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
148568 Downloads
PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol
xpaw/php-minecraft-query
79752 Downloads
PHP library to query Minecraft servers
unlu/laravel-api-query-builder
680562 Downloads
Laravel API Query Builder Package.
timgws/query-builder-parser
345343 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
spatie/query-string
657046 Downloads
Manipulate query strings
reinink/remember-query-strings
432062 Downloads
Laravel middleware that automatically remembers and restores query strings.
rct567/dom-query
230573 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
overtrue/laravel-query-logger
242474 Downloads
A dev tool to log all queries for laravel application.
nilportugues/sql-query-formatter
881347 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
nilportugues/sql-query-builder
219908 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
mistic100/jquery-querybuilder
47874 Downloads
jQuery plugin for user friendly query/filter creator
mehradsadeghi/laravel-filter-querystring
89840 Downloads
Filter your queries based on url query string parameters like a breeze.
mattiasgeniar/phpunit-query-count-assertions
530731 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).