Libraries tagged by data access
raphhh/balloon
328 Downloads
Tiny file ORM
jtrw/dao
7007 Downloads
Data Access Object for fork with DataBases
ayesh/case-insensitive-array
20690 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
jaybizzle/hasmeta
1852 Downloads
Access model meta data as if it was a property on your model
bigsinoos/j-eloquent
4690 Downloads
Convert eloquent date attributes to jalali (Persian) dates on the fly. (supports model propery access, toJson, toString and toArray).
mgargano/baseball-tools
19 Downloads
PHP wrapper library that provides access to the Baseball-Databank (www.baseball-databank.org) and succeeding databases
grazulex/laravel-arc
26 Downloads
A Laravel package for elegant and modern Data Transfer Objects (DTOs) management with automatic validation and direct property access
cottagelabs/coar-notifications
371 Downloads
A library and server-side implementation supporting a limited number of the COAR Notify pattern objects. Server-side implementation assumes MySQL. If you are looking for a full, generic implementation of the COAR Notify protocol see https://packagist.org/packages/cottagelabs/coarnotify
tbolner/monetdb-php
151 Downloads
A PHP client library for accessing MonetDB.
sqonk/phext-core
2250 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
hpu/zf2-doctrine-datagrid
358 Downloads
DataGrid module for the HPU WMS. provides the display of entities and relations in an accessible and extensible overview.
schorts/firestore-dao
10 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.
pedro151/orm-generator
346 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.
jatimprovcsirt/panda-php
9 Downloads
PANDA (Private And Secure Data Access) SDK for PHP
jardissupport/repository
10 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on