Libraries tagged by php mysql sql
theodorejb/peachy-sql
5413 Downloads
A high-performance query builder and runner for PHP
phuria/sql-builder
162 Downloads
Lightweight PHP Query Builder primarily focused on building reusable SQL queries.
masnathan/sql-query-formatter
1839 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
ludal/mysql-querybuilder
771 Downloads
A simple PHP query builder for SQL queries
brightflair/php.gt
1918 Downloads
Minimalistic, ergonomic PHP toolkit.
versaorm/versaorm-php
117 Downloads
ORM ligero y seguro para PHP con motor PDO nativo - Query Builder fluido, Active Record simple, alto rendimiento
silviooosilva/cacheer-php
106 Downloads
CacheerPHP is a minimalist package for caching in PHP, offering a simple interface for storing and retrieving cached data using multiple backends.
mirekmarek/php-jet
1324 Downloads
PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.
iprodev/php-easycache
462 Downloads
PHP EasyCache is a lightweight, multi-backend (APCu/Redis/File/PDO) with SWR caching library that speeds up repeated API calls with thread‑safe writes, per‑key TTLs, automatic cleanup, key sanitization, and optional compression.
greg-md/php-orm
389 Downloads
A powerful ORM(Object-Relational Mapping) for PHP.
imjoehaines/flowder
629475 Downloads
A simple and extensible fixture loader for PHP 7.3+, supporting SQLite and MySQL
senza1dio/database-pool
2 Downloads
Enterprise-grade database connection pooling for PHP with circuit breaker, auto-scaling, and PostgreSQL/MySQL/SQLite support. Battle-tested at 100k+ concurrent users.
jardissupport/dbquery
406 Downloads
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
squirrelphp/connection
221 Downloads
Slimmed down concise connection interface for database queries and transactions supporting MySQL, MariaDB, PostgreSQL and SQLite.