centralapps / dao
A data access object framework, with PDO support out of the box
Installs: 636
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 3
pkg:composer/centralapps/dao
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-09-27 20:18:51 UTC
README
A suite of abstract classes and interfaces for quickly integrating data access objects within your application.
Installation
Add the project to your composer.json file
{
"require": {
"centralapps/dao": "dev-master"
}
}
Install the project
php composer.phar update
Usage
This component is a set of abstract classes and interfaces, and as such they need to be used within your own code.