Libraries tagged by sql query
acelot/search-schema
2760 Downloads
Declarative SQL search query builder for PHP 7
crcms/elasticsearch
8270 Downloads
Use SQL statements to query elasticsearch
xtompie/aql
4172 Downloads
Array Query Language - building a SQL using array
sarfraznawaz2005/indexer
2732 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
pragmarx/sqli
1910 Downloads
A Laravel Artisan SQL Interactive Interface
phith0n/ctfdbbuilder
14 Downloads
a database query builder for CTFer
nguyenanhung/database
13778 Downloads
Database Wrapper - Base Model
jguyomard/silex-capsule-eloquent
19182 Downloads
Capsule/Eloquent Service Provider for Silex 2
datalogix/laravel-builder-macros
630 Downloads
A set of useful Laravel builder macros.
blast/orm
169 Downloads
Framework agnostic data access and persistence based on Doctrine 2 DBAL
atk4/validate
8128 Downloads
Agile Data - Validator add-on
kdyby/doctrine-dbal-batchimport
38115 Downloads
Batch import & execute utils for effective processing of SQL Imports from files and strings
milanmadar/coolio-orm
55 Downloads
PHP ORM based on Doctrine DBAL
vuduythanh2020/mysql-replication
3087 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.
roy404/eloquent
86 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.