Libraries tagged by data-access
raphhh/balloon
327 Downloads
Tiny file ORM
jtrw/dao-dbal-adapter
3785 Downloads
Data Access Object for fork with DataBases
schorts/firestore-dao
6 Downloads
A type-safe, domain-driven Data Access Object (DAO) abstraction for Google Cloud Firestore in PHP. Provides consistent CRUD operations, soft/hard delete support, criteria-based queries, and transaction-aware Unit of Work integration, built on top of the schorts/shared-kernel.
rotexsoft/leanorm
424 Downloads
A Generic Data Objects ( https://github.com/rotexsoft/gdao ) implementation based on a stripped down version of idiorm (\LeanOrm\DBConnector). A light-weight, highly performant PHP data access library.
pedro151/orm-generator
345 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
metarush/data-mapper
326 Downloads
A generic data access layer for basic CRUD operations. Can act as a layer between database and repositories/services.
eftec/daoone
3441 Downloads
Procedural MysqlI Data access class in a single Class
chipotle/slimx
1568 Downloads
Lightweight templating and PDO data access for Slim
wingd/data-access-library
35 Downloads
The WingD Data Access SDK
tkl/data-access-stock-reader
53 Downloads
Stock reader for data-access module
tkl/data-access-dal
170 Downloads
Data Access Layer for data-access module
tkl/data-access-cli
3 Downloads
Entry point for the data-access module
tkl/data-access-api
42 Downloads
Application Public Interface for data-access module
tkl/data-access-acl
68 Downloads
Access Control List for data-access module
metarush/data-access
41 Downloads
A generic data access layer for basic CRUD operations. Can act as a layer between database, repositories, and services. Minimal boilerplate for rapid development. Implicit inline binding for SQL queries.