Libraries tagged by database layer
cratia/orm-model
1864 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
2307 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
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.
somnambulist/read-models
3140 Downloads
A stripped down active-record'ish query layer for fetching data from your database.
rizeway/orem
6072 Downloads
Rizeway OREM is a Restful API Abstraction Layer. It is to Restful APIs what doctrine is for databases.
crowdstar/vertica-swoole-adapter
336 Downloads
Provides a DB layer for Swoole-based application to communicate to HP Vertica 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.
z0s/database
14 Downloads
Database layer based on MongoDB. Kinda like Eloquent, but not
uestla/database-translator
12 Downloads
Translator class using Nette Database layer
sienekib/layers
12 Downloads
Database Layer By Siene Kelyson
sfw2/database
9 Downloads
abstract database layer
rcrowe/laravel-database
18 Downloads
Brings some missing functionality to the Laravel Database layer.
oandre/database
18 Downloads
A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.