PHPackages                             detailnet/dfw-persistence-module - 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. detailnet/dfw-persistence-module

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

detailnet/dfw-persistence-module
================================

Zend Framework Module for Doctrine based persistence

2.0.2(6y ago)07071[2 issues](https://github.com/detailnet/dfw-persistence-module/issues)[3 PRs](https://github.com/detailnet/dfw-persistence-module/pulls)MITPHPPHP ^7.1

Since Jul 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/detailnet/dfw-persistence-module)[ Packagist](https://packagist.org/packages/detailnet/dfw-persistence-module)[ Docs](https://github.com/detailnet/dfw-persistence-module/)[ RSS](/packages/detailnet-dfw-persistence-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (33)Used By (0)

Zend Framework Module for Doctrine based persistence
====================================================

[](#zend-framework-module-for-doctrine-based-persistence)

[![Build Status](https://camo.githubusercontent.com/449b0bd94778e69aa6305a198a27c903e341211d5f214f6d4fe48ca497c91d90/68747470733a2f2f7472617669732d63692e6f72672f64657461696c6e65742f6466772d70657273697374656e63652d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/detailnet/dfw-persistence-module)[![Coverage Status](https://camo.githubusercontent.com/9acbe2c7ec79e900aed74138efc9dee35ebca10e93926448cb28aaeb37d45fad/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f64657461696c6e65742f6466772d70657273697374656e63652d6d6f64756c652e737667)](https://coveralls.io/r/detailnet/dfw-persistence-module)[![Latest Stable Version](https://camo.githubusercontent.com/2daefe2f97ac9b957d16ea3690af79fc62ddcbe97e2a6fdb807461b0dde39ce6/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f6466772d70657273697374656e63652d6d6f64756c652f762f737461626c652e737667)](https://packagist.org/packages/detailnet/dfw-persistence-module)[![Latest Unstable Version](https://camo.githubusercontent.com/66e56e466539b82eabfa0ed37e3a905dec2f230c6aedf5b7f73b248085c5375b/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f6466772d70657273697374656e63652d6d6f64756c652f762f756e737461626c652e737667)](https://packagist.org/packages/detailnet/dfw-persistence-module)

Introduction
------------

[](#introduction)

This module provides useful classes for building a [Zend Framework](https://github.com/zendframework/zendframework) application with a persistance layer based on [Doctrine](https://github.com/doctrine).

Requirements
------------

[](#requirements)

[Zend Framework Skeleton Application](http://www.github.com/zendframework/ZendSkeletonApplication) (or compatible architecture)

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

[](#installation)

Install the module through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/dfw-persistence-module": "^1.1"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`
6. Open `configs/application.config.php` and add following key to your `modules`:

    ```
    'Detail\Persistence',
    ```
7. Copy `vendor/detailnet/dfw-persistence-module/config/detail_persistence.local.php.dist` into your application's `config/autoload` directory, rename it to `detail_persistence.local.php` and make the appropriate changes.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~72 days

Recently: every ~124 days

Total

25

Last Release

2233d ago

Major Versions

0.3.0 → 1.0.02017-03-28

0.4.0 → 2.0.02020-04-01

PHP version history (3 changes)0.1.0PHP &gt;=5.5.0

1.0.0PHP ^7.0

1.0.1PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Top Contributors

[![curzio-della-santa](https://avatars.githubusercontent.com/u/7221909?v=4)](https://github.com/curzio-della-santa "curzio-della-santa (24 commits)")

---

Tags

persistencedoctrinezfmoduledfwdetailnet

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/detailnet-dfw-persistence-module/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-dfw-persistence-module/health.svg)](https://phpackages.com/packages/detailnet-dfw-persistence-module)
```

PHPackages © 2026

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