Libraries tagged by laravel query
testmonitor/eloquent-calculated-columns
524 Downloads
A Laravel package for adding calculated columns to Eloquent models using SQL for more performant queries.
telcolab/cacher
16 Downloads
A Laravel's package that automatically cache and invalidate Eloquent queries.
skyraptor/modelsearch
22 Downloads
simplemdb/simplemdb
13 Downloads
Enterprise Database Toolkit for PHP - Modern schema management, intelligent migrations, and advanced query building
schrosis/blade-sql
14 Downloads
Generating SQL with Blade
rikless/xporter
5162 Downloads
CSV wrapper to export eloquent query result
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
not-empty/ala-microframework-php
10 Downloads
API Rest based in lumen using query builder that auto generate base code for simple crud (with automatic generated 100% unit and feature tests). To be used as a simple and fast way to implement microservices architecture
mhndev/doctrine-repository
34 Downloads
doctrine repository with simple queries inspired by eloquent
mayoz/eloquent-filterable
117 Downloads
Query filter for your Eloquent models.
laraxgram/mongodb
3 Downloads
A MongoDB based Eloquent model and Query builder for LaraGram.
kobykorman/eloquentify
1 Downloads
Easily transform complex custom query results into fully hydrated hierarchical Eloquent models.
jrsaunders/shard-matrix
1483 Downloads
A Complete Database Sharding system for MYSQL and/or Postgres. Using Laravels Query Builder easily scale up your application. Configure your whole solution in one Yaml Config file.
gsferro/filtereasy
484 Downloads
Forma easy e generica de fazer filtros na model
enlight/stash-view
130 Downloads
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. Which drastically improves speed of the website and as a side effect reduces sql queries and solves n+1 problem.