Libraries tagged by pdo query
riverside/php-orm
1282 Downloads
PHP ORM micro-library and query builder
platine-php/orm
7982 Downloads
Platine ORM provides a flexible and powerful ORM implementing a data-mapper pattern.
nguyenanhung/database
14841 Downloads
Database Wrapper - Base Model
neat/database
4434 Downloads
Neat Database components
n2n/n2n-spec-dbo
7171 Downloads
Specifies an abstraction of database connection which also provides functionality to build queries independent of the used database engine.
memran/marwa-db
979 Downloads
Lightweight, framework-agnostic PHP database toolkit: connections, query builder, ORM, schema, migrations, seeders, debug panel.
lukman-ss/database
109 Downloads
A lightweight PHP database library wrapper around PDO
kuiper/db
3178 Downloads
A PDO extension that provides lazy connections, auto reconnecting, and fluent query builder
jardissupport/dbquery
435 Downloads
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite
hi/sqlquery
1924 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
flytachi/winter-cdo
574 Downloads
Extended, type-safe PDO wrapper for PostgreSQL, MySQL/MariaDB, SQLite and Oracle with a composable, injection-safe query builder.
dzegarra/tracy-mysqli
7960 Downloads
This lib extends mysqli to allow you to see all your executed queries. It also includes a Bar Panel for Tracy
ajur-media/fluentpdo
810 Downloads
[FORK] FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
milanmadar/coolio-orm
1192 Downloads
PHP ORM based on Doctrine DBAL
marcocesarato/cpdo
397 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.