Libraries tagged by pdo query
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
bootpress/database
1295 Downloads
A PDO wrapper with lazy connections and query profiling.
armankt/pdohunt
6 Downloads
Powerfull Query Builder, A Built in PDO Class for PHP.
kenlog/database-custom
62 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
xsuchy09/e_pdostatement
24 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
xrstf/comfydb
12 Downloads
ComfyDB is a tiny wrapper around mysqli to provide some convenience functions and sprintf-like query construction.
xrj-juzi/envms
0 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
xibalba/tuza
81 Downloads
A slim lightweight database library and query builder
xety/fluentpdo
7 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
twodudes/simpleorm
5 Downloads
Simple php orm.
tkaratug/titandb-2
19 Downloads
A lightweight and efficient SQL query builder library
terminusstudio/ezdb
27 Downloads
ezDB is a lightweight library that provides an easy and fast to deal with databases in PHP. It manages connections, provides a query builder, and a lightweight ORM.
swew/db
26 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
stfkolev/iowis
5 Downloads
Iowis - Query Builder Class. Simple Database Connections.
srjlewis/aura-sql
19 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.