Libraries tagged by database layer
silassare/gobl
433 Downloads
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
ryunosuke/dbml
544 Downloads
Database Manipulation Layer
plesk/laminas-db
81 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
keverw/pastadb
11 Downloads
Work with pasta, then we'll make the spaghetti! PastaDB aims to be a powerful yet simple database abstraction layer library.
kaizencoders/wp-fluent
9 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
gonzalo123/db
6 Downloads
Database Abstraction Layer over DBAL
cratia/orm-model
1833 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
cratia/orm-dbal
2276 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
vanilla/garden-db
518 Downloads
A light but powerful database abstraction layer.
crystlbrd/databasehandler
252 Downloads
A simple abstraction layer for database manipulation
gjerokrsteski/php-dba-cache
19 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
akandels/contain-mapper
1244 Downloads
Series of data mappers for the retrieval and persistence of Contain data entities with databases like MongoDB or caching layers like Memcached.
rizeway/orem
6072 Downloads
Rizeway OREM is a Restful API Abstraction Layer. It is to Restful APIs what doctrine is for databases.
soliantconsulting/simplefm-skeleton
26 Downloads
This application demonstrates use of the SimpleFM\ZF2 package in the Model layer of a Zend Framework 2 MVC application, using the FMServer_Sample database as a data provider.
cortex/tenants
2961 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.