Libraries tagged by sql-queries
masnathan/sql-query-formatter
1799 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
masnathan/sql-query-builder
1763 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
onlime/laravel-sql-reporter
326 Downloads
Log SQL queries in Laravel framework
zk2/sps-dbal-component
2804 Downloads
SQL query builder for Doctrine DBAL
vuduythanh2020/mysql-replication
3216 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.
ucscode/doctrine-expression
70 Downloads
A PHP class for handling SQL queries across different database platforms using Doctrine.
twister/sql
34 Downloads
SQL Query String Builder
tumtum/sw6-sql-logger
833 Downloads
Returns SQL queries to the Browser or cli.
spacedmonkey/wp-user-query-cache
11 Downloads
Cache the results of query in WP_User_Query to save SQL queries
solophp/query-builder
85 Downloads
A lightweight, fluent SQL query builder for PHP
semperton/query
51 Downloads
A small and standalone SQL query builder.
sekizlipenguen/laravel-index-analyzer
36 Downloads
Advanced package that automatically analyzes Laravel SQL queries and provides intelligent index suggestions to optimize database performance
sbuberl/fsql
89 Downloads
Library for running SQL queries on flat files
sarfraznawaz2005/aiqueryoptimizer
3 Downloads
A Laravel package to analyze and optimize SQL queries using AI.
roy404/eloquent
111 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.