Libraries tagged by sql query
gemini/php-mysql-replication
11 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.
freento/sqllog
19 Downloads
Sql queries logger
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.
devly/wpdb
527 Downloads
SQL query builder for interacting with the WordPress database in OOP style.
bkwld/reporter
20507 Downloads
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
bavix/clickhouse-builder
1030 Downloads
Clickhouse sql query builder
starbloom/drush-sqlserver-driver
439 Downloads
Add Microsoft SQL Server for Drush by adding sql:cli/query/create/etc commands. Dump and sync are not supported. Please use Microsoft SQL Management Studio to generate DB scripts instead.
mhthnz/yii2-tarantool
382 Downloads
Tarantool connector for yii2 framework. Allows to perform SQL and NoSQL queries, ActiveRecord, Schemas and more.
testmonitor/eloquent-calculated-columns
500 Downloads
A Laravel package for adding calculated columns to Eloquent models using SQL for more performant queries.
hindbiswas/quebee
78 Downloads
Qb - a lightweight Query Builder for SQL
cratia/orm-model
1797 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
zlikavac32/query-builder
24 Downloads
The SQL query builder library that never builds an SQL query from scratch, but rather modifies an existing query.
zjkiza/sql-twig-bundle
8 Downloads
The bundle executes raw SQL queries with the flexibility to embed Twig extensions, enabling the dynamic creation of queries using Twig syntax.
zjkiza/sql-blade
6 Downloads
The packages executes raw SQL queries with the flexibility to embed Blade extensions, enabling the dynamic creation of queries using Blade syntax.
xabou/sql-dumper
874 Downloads
Laravel SQL Queries Dumper