Libraries tagged by mqseries
stancl/jobpipeline
4478966 Downloads
Turn any series of jobs into Laravel listeners.
spatie/laravel-sql-commenter
1014184 Downloads
Add comments to SQL queries made by Laravel
protonemedia/laravel-cross-eloquent-search
418143 Downloads
Laravel package to search through multiple Eloquent models. Supports pagination, eager loading relations, single/multiple columns, sorting and scoped queries.
phpgt/cssxpath
10171080 Downloads
Convert CSS selectors to XPath queries.
mexitek/phpcolors
3022189 Downloads
A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.
lorisleiva/laravel-search-string
363592 Downloads
Generates database queries based on one unique string using a simple and customizable syntax.
cakephp/datasource
20828710 Downloads
Provides connection managing and traits for Entities and Queries that can be reused for different datastores
mnabialek/laravel-sql-logger
741232 Downloads
Log SQL queries in Laravel/Lumen framework
wp-cli/doctor-command
254519 Downloads
Diagnose problems within WordPress by running a series of checks for symptoms.
timgws/query-builder-parser
357905 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
staudenmeir/laravel-upsert
658867 Downloads
Laravel UPSERT and INSERT IGNORE queries
shipmonk/doctrine-mysql-index-hints
214426 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
overtrue/laravel-query-logger
260916 Downloads
A dev tool to log all queries for laravel application.
mehradsadeghi/laravel-filter-querystring
97286 Downloads
Filter your queries based on url query string parameters like a breeze.
mattiasgeniar/phpunit-query-count-assertions
579587 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).