PHPackages                             centralapps/dao - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. centralapps/dao

ActiveLibrary[Database &amp; ORM](/categories/database)

centralapps/dao
===============

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

v1.1.9(11y ago)06361[3 issues](https://github.com/CentralApps/DAO/issues)PHPPHP &gt;=5.4.0

Since Feb 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/CentralApps/DAO)[ Packagist](https://packagist.org/packages/centralapps/dao)[ RSS](/packages/centralapps-dao/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (14)Used By (0)

DAO Component
=============

[](#dao-component)

A suite of abstract classes and interfaces for quickly integrating data access objects within your application.

Installation
------------

[](#installation)

Add the project to your composer.json file

```
{
    "require": {
        "centralapps/dao": "dev-master"
    }
}

```

Install the project

```
php composer.phar update

```

Usage
-----

[](#usage)

This component is a set of abstract classes and interfaces, and as such they need to be used within your own code.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 90.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Total

11

Last Release

4358d ago

PHP version history (2 changes)v1.0PHP &gt;=5.3.0

v1.1.3PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6132ed4ce3683ee41415742612934b9b6e521288782316250a7ede778711f8bf?d=identicon)[mkpeacock](/maintainers/mkpeacock)

---

Top Contributors

[![mkpeacock](https://avatars.githubusercontent.com/u/437037?v=4)](https://github.com/mkpeacock "mkpeacock (29 commits)")[![andytait](https://avatars.githubusercontent.com/u/3502280?v=4)](https://github.com/andytait "andytait (3 commits)")

---

Tags

pdodaodata access object

### Embed Badge

![Health badge](/badges/centralapps-dao/health.svg)

```
[![Health](https://phpackages.com/badges/centralapps-dao/health.svg)](https://phpackages.com/packages/centralapps-dao)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[ifsnop/mysqldump-php

PHP version of mysqldump cli that comes with MySQL

1.3k5.5M69](/packages/ifsnop-mysqldump-php)[nette/database

💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.

5656.7M234](/packages/nette-database)[dibi/dibi

Dibi is Database Abstraction Library for PHP

5013.8M120](/packages/dibi-dibi)[aura/sql

A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.

5632.5M43](/packages/aura-sql)[aura/sqlquery

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

4572.9M34](/packages/aura-sqlquery)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
