Libraries tagged by pdo query
bootpress/database
1293 Downloads
A PDO wrapper with lazy connections and query profiling.
armankt/pdohunt
6 Downloads
Powerfull Query Builder, A Built in PDO Class for PHP.
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
79 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
tivins/database
185 Downloads
A fluent, lightweight, and efficient PDO wrapper.
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
24 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.
solophp/database
144 Downloads
Lightweight and flexible PHP database wrapper with support for multiple database types, query building, and optional logging.
slicks/fluentdb
4 Downloads
fluentdb allows the expressive writing of database queries and routines. fluentdb is fluent, which is intuitive as you can nearly guess what should come next even if you are just getting started with fluentdb. fluentdb is not an ORM. It was developed to allow folks coming from relational databases background write expressive queries with object interactions in mind. fluentdb has been tested with MySQL in this release; tests for other databases will be added as they complete.