Libraries tagged by querier
sinclairt/repository
396 Downloads
Common queries wrapped up in a base repository class to be extended
shirokovnv/laravel-query-api-backend
11 Downloads
Unified API for running queries with eloquent models from any http client
sectoroverload2k/php-mysql-database
15 Downloads
PHP Library for OO MySQLi connection and queries
sbuberl/fsql
89 Downloads
Library for running SQL queries on flat files
sarfraznawaz2005/querydumper
74 Downloads
Laravel package to dump all running queries on the page.
samuelfaj/class_db
26 Downloads
Class DB allows you to write secure SQL queries easily and work with many different databases using the same syntax.
samasend/laravel-query-diagnosis
7 Downloads
This is a Laravel package that detects and reports unoptimized database queries by leveraging the database's EXPLAIN feature.
saguajardo/elasticsearch
831 Downloads
Laravel, Lumen and Native php elasticseach query builder to build complex queries using an elegant syntax
ruhulfbr/csv-to-query
7 Downloads
This package provides a simple utility to convert data from a CSV file into SQL queries for database insertion and Create table.
rubensdimas/database-manager
14 Downloads
A simple library for managing database connections with singleton design pattern, results pagination and building queries in PHP.
robertogriel/php-mysql-replication
31 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
rebib/mysql-querybuilder
7555 Downloads
The Query Builder may be used to generate SQL queries in an object orientated fashion.
rasteiner/k3-query-field
379 Downloads
Kirby 3 Field to edit KQL queries
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.
programster/multi-query
15 Downloads
Wrapper object around mysqli to combine queries into one.