PHPackages                             reioto/zend-db-testcase - 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. [Framework](/categories/framework)
4. /
5. reioto/zend-db-testcase

ActiveLibrary[Framework](/categories/framework)

reioto/zend-db-testcase
=======================

Zend DB TestCase for DbUnit

1.1.1(11y ago)01291BSD-3-ClausePHP

Since Feb 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/reioto/ZendDbTestCase)[ Packagist](https://packagist.org/packages/reioto/zend-db-testcase)[ RSS](/packages/reioto-zend-db-testcase/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (1)

ZendDbTestCase
==============

[](#zenddbtestcase)

This library is Database TestCase using ZendFramework2 for PHPUnit

Installation via composer
-------------------------

[](#installation-via-composer)

```
$ php composer.phar require "reioto/zend-db-testcase:*"
```

Usage
-----

[](#usage)

```
class fooTest extends \Zend\Db\TestCase
{
    public function getDataSet()
    {
        return $this->createFlatXMLDataSet('sample.xml');
    }

    /**
     * @return array Zend\Db\Adapter\Adapter parameters
     */
    protected function getDbConfig()
    {
        return array('username'=>'dbuser',
                     'password'=> 'dbpassword',
                     'dbname'=>'dbname',
                     'driver'=>'Pdo_Mysql'
                     );
    }

    public function testSample()
    {
        $this->assertEquals(true, true);
    }
}

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

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 ~132 days

Total

4

Last Release

4116d ago

Major Versions

0.1 → 1.02014-07-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2361918?v=4)[reioto](/maintainers/reioto)[@reioto](https://github.com/reioto)

---

Top Contributors

[![reioto](https://avatars.githubusercontent.com/u/2361918?v=4)](https://github.com/reioto "reioto (15 commits)")

---

Tags

frameworkzf2unittestdbUnit

### Embed Badge

![Health badge](/badges/reioto-zend-db-testcase/health.svg)

```
[![Health](https://phpackages.com/badges/reioto-zend-db-testcase/health.svg)](https://phpackages.com/packages/reioto-zend-db-testcase)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M20.5k](/packages/pestphp-pest)

PHPackages © 2026

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