Libraries tagged by PHP PDO Database
tereta/orm
6 Downloads
ORM (Object-Relational Mapping) library for PHP, providing a simple and efficient way to interact with databases using an object-oriented approach.
tereta/migration
5 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.
tereta/dbal
12 Downloads
SQL query builder with fluent interface, supporting multiple database drivers and prepared statements. Designed for ease of use and flexibility in building complex SQL queries.
stule-ru/modernpdo
442 Downloads
The source code of the simple PDO library.
simsoft/fliq
42 Downloads
FLIQ — Fast, Lightweight, Independent Query Builder. High-performance Active Record ORM for MySQL/MariaDB, PostgreSQL, and SQLite. Zero-allocation query builder, nested eager loading, soft deletes, and N+1 detection built-in.
rotexsoft/leanorm
429 Downloads
A Generic Data Objects ( https://github.com/rotexsoft/gdao ) implementation based on a stripped down version of idiorm (\LeanOrm\DBConnector). A light-weight, highly performant PHP data access library.
qikdev/fluentpdo
1026 Downloads
FluentPDO is small PHP library for rapid query building. Killer feature is smart join builder which generates joins automatically.
makinacorpus/goat-query
11710 Downloads
Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
linkorb/connector
6621 Downloads
Database connection config resolver
knifelemon/easy-query
98 Downloads
Easy-to-use PHP SQL query builder with fluent API. Designed for FlightPHP and works with any database connection.
kitlabs/dbal
182 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
itvisionsy/simple-orm
165 Downloads
A simple PHP class to access your MySQL records.
iscos/voodoo-2026
10 Downloads
Voodoo 2026 — micro-ORM fluente, multi-banco (MySQL/SQLite/PostgreSQL) e multilíngue (pt/en/es), sem dependencias. Herdeiro do VoodOrm e do TORM.
hybridlogic/db
67 Downloads
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
gelembjuk/db
131 Downloads
PHP Package for DB access from PHP. It contains simple common interface and can be used with many DB engines. It is very simple alternative of PDO