Libraries tagged by DB layer
sy/db
1484 Downloads
Simple database layer on top of PDO
quioteframework/db-propulsion
4 Downloads
Propulsion (Propel 1 fork) driver adapter for Quiote's database layer.
gonzalo123/db
6 Downloads
Database Abstraction Layer over DBAL
expressodev/laravel-codeigniter-db
4009 Downloads
Integration layer allowing use of the Laravel database library in CodeIgniter applications
bera/bera-db
106 Downloads
A simple database abstraction layer
vanilla/garden-db
566 Downloads
A light but powerful database abstraction layer.
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
truecastdesign/hopper
194 Downloads
This library provides a simple and powerful way to SET and GET records from a PDO database.
cathedral/builder
384 Downloads
Database Layer builder library with Basic Web & Console interface
crowdstar/vertica-swoole-adapter
341 Downloads
Provides a DB layer for Swoole-based application to communicate to HP Vertica databases.
johnwilson/jsondb
5 Downloads
JSON document db abstraction layer over MySQL
migliori/php-pdo-database-class
435 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
cortex/tenants
2997 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
xonite/light-db-layer
50 Downloads
Lightweight php database abstraction layer to work closer to real data.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)