Libraries tagged by sql int
doctrine/dbal
634701828 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
ezsql/ezsql
51286 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
cycle/database
887910 Downloads
DBAL, schema introspection, migration and pagination
ahmed-bhs/doctrine-doctor
21565 Downloads
Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.
apix/cache
555099 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
kodus/sql-split
281048 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
opis/database
87488 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder
jv2222/ezsql
12051 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
kohana/database
487701 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
ray/media-query
291485 Downloads
PHP interface-based SQL framework
pimcore/search-query-parser
585139 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
austinw/laravel-union-paginator
64677 Downloads
Combines data from multiple models into a single unified query using SQL unions, allowing for consistent pagination and customization across diverse data sources.
socialblue/laravel-query-adviser
4126 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
microsoft/sqlsrv
4862 Downloads
Microsoft Drivers for PHP for SQL Server (SQLSRV) - procedural interface for connecting to Microsoft SQL Server and Azure SQL.
tommyknocker/pdo-database-class
6315 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.