Libraries tagged by pdo database
bephp/activerecord
2070 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
atlas/statement
6750 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
rezon73/pdo-vertica
1266 Downloads
Just another PDO database library special for Vertica
particlebits/pdo
5410 Downloads
Smallest possible PDO database while being super useful
nguyenanhung/pdo
18956 Downloads
Database Wrapper - PDO Database Model
migliori/php-pdo-database-class
423 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
jayc89/php-mysql-pdo-database-class
1450 Downloads
PHP PDO MySQL Wrapper
ismail0234/pdodatabase
190 Downloads
pdo easy and fast speed framework strong database class.
antevenio/pdo-mysql-query-linker
17394 Downloads
PHP library that allows linking queries from diferent physical databases using mysql pdo database connections
dframe/database
3181 Downloads
Database pdo wrapper
bmorais/database
332 Downloads
The data layer is a persistent abstraction component of your database that PDO
pfinal/database
774 Downloads
PHP MySQL database wrapper, extends PDO and PDOStatement
mobilestock/laravel-database-interceptor
1738 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
mikehenrty/thin-pdo-wrapper
531 Downloads
A simple database abstraction for using PDO with MySQL, Postgres, and SQLite.