Libraries tagged by sql int
doctrine/dbal
612534264 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
ezsql/ezsql
49580 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
cycle/database
803820 Downloads
DBAL, schema introspection, migration and pagination
kodus/sql-split
270435 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
opis/database
85661 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
11706 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
ahmed-bhs/doctrine-doctor
12241 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.
ray/media-query
263912 Downloads
PHP interface-based SQL framework
pimcore/search-query-parser
565367 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
austinw/laravel-union-paginator
57547 Downloads
Combines data from multiple models into a single unified query using SQL unions, allowing for consistent pagination and customization across diverse data sources.
apix/cache
549588 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.
yarri/full-text-search-query-like
38806 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
tommyknocker/pdo-database-class
6139 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.
rolfvreijdenberger/izzum-statemachine
26105 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
noahheck/e_pdostatement
23434 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query