There is no license information available for the latest version (v1.1.9) of this package.

A data access object framework, with PDO support out of the box

v1.1.9 2014-06-12 15:58 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.