Libraries tagged by pdo query
doctrine/dbal
505093722 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
nette/database
5598180 Downloads
💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
envms/fluentpdo
434600 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
aura/sqlquery
2507932 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
1999645 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
lichtner/fluentpdo
252573 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
fpdo/fluentpdo
227648 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
panique/pdo-debug
97415 Downloads
A super-simple function that returns the full SQL query from your PDO statements
atlas/query
231692 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
izniburak/pdox
18264 Downloads
Useful Query Builder, PDO Class for PHP. A simple access to your SQL records.
opis/database
78977 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder
filisko/pdo-plus
18920 Downloads
PDO+ extends PDO in order to log all your queries. It also includes a Bar Panel for Tracy
noahheck/e_pdostatement
17447 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
davidecesarano/embryo-pdo
9656 Downloads
Embryo PDO is a PHP SQL query builder using PDO.
abdulelahragih/querybuilder
993 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.