Libraries tagged by laravel queries
syrian-open-source/laravel-relational-metrics
9 Downloads
This package will help you to get your model metrics, and their related models' metrics which will help you to avoid writing to many requests or queries.
suppercup/laravel-cacheable
105 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
stevenmaguire/laravel-cache
1758 Downloads
Seamlessly adding caching to Laravel service objects
roquie/laravel-perpage-resolver
2899 Downloads
Add a few feature to resolve per_page query parameter globally.
qpi/laravel
26 Downloads
A query language for fetching data
protect/sql-query-protection
23 Downloads
A Laravel middleware for SQL and XSS protection
plokko/resource-query
307 Downloads
pascalvgemert/laravel-simple-search
128 Downloads
Simplistic search Trait for Laravel eloquent models which can handle relevance score sorting.
open-southeners/laravel-apiable
1849 Downloads
Integrate JSON:API resources on your Laravel API project.
omaressaouaf/query-builder-criteria
77 Downloads
Define reusable query criteria for filtering, sorting, search, field selection, and includes in Laravel Eloquent models
mykeels/laravel-filters
1497 Downloads
Provides a composable interface for data filtering with query strings
mosamirzz/bulk-query
7765 Downloads
Perform bulk update/insert/delete with laravel.
morfin/querystring-for-laravel
103 Downloads
Forked from mehradsadeghi. Filter your queries based on url query string parameters like a breeze.
lingxiang/laravel-elasticsearch
1586 Downloads
Use SQL statements to query elasticsearch
juniora/laravel-querymonitor
11 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.