PHPackages                             ippey/quickbrownfox-codeception-helper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ippey/quickbrownfox-codeception-helper

ActiveCodeception-helper[Utility &amp; Helpers](/categories/utility)

ippey/quickbrownfox-codeception-helper
======================================

Codeception helper for QuickBrownFox

0.2.2(7y ago)1381MITPHP

Since Jun 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Ippey/quickbrownfox-codeception-helper)[ Packagist](https://packagist.org/packages/ippey/quickbrownfox-codeception-helper)[ Docs](https://unplat.info/)[ RSS](/packages/ippey-quickbrownfox-codeception-helper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

QuickBrownFox Codeception Helper
================================

[](#quickbrownfox-codeception-helper)

Codeception Helper for [QuickBrownFox](https://packagist.org/packages/lapaz/quick-brown-fox).

[![CircleCI](https://camo.githubusercontent.com/38767ae102ecad313712de7a44c9c67a2f00f466c72ce98437031a70bb3403dc/68747470733a2f2f636972636c6563692e636f6d2f67682f49707065792f717569636b62726f776e666f782d636f646563657074696f6e2d68656c7065722e7376673f7374796c653d737667)](https://circleci.com/gh/Ippey/quickbrownfox-codeception-helper)

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

[](#installation)

```
composer require ippey/quickbrownfox-codeception-helper

```

Configuration
-------------

[](#configuration)

For example.

```
modules:
    enabled: [\Helper\QuickBrownFox]
    config:
        \Helper\QuickBrownFox:
          dsn: 'mysql:host=localhost;dbname=test'
          user: 'user'
          password: 'password'
```

Usage
-----

[](#usage)

```
// Using Helper
$this->>tester->setFixtures('table', [
    [
        'id' => 1,
        'name' => 'my name',
        'gender' => 'male',
    ],
]);

// Using FixtureSetupSession
$this->tester->newFixtureSession();
$session = $this->tester->getFixtureSession();
$session->into('table')->load([
    [
        'id' => 1,
        'name' => 'my name',
        'gender' => 'male',
    ],
]);

// If you want to reset data, use resetFixtureSession()
$this->>tester->resetFixtureSession();
```

more details, See [QuickBrownFox Documentation](https://github.com/LapazPhp/QuickBrownFox).

License
-------

[](#license)

MIT License

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.8% 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 ~4 days

Total

4

Last Release

2865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e3c42952932998bf8d9b005284c160eab1ed6f4a0dbc6dc183f8fb7b9128a70?d=identicon)[Ippey](/maintainers/Ippey)

---

Top Contributors

[![Ippey](https://avatars.githubusercontent.com/u/471948?v=4)](https://github.com/Ippey "Ippey (24 commits)")[![tanakahisateru](https://avatars.githubusercontent.com/u/403893?v=4)](https://github.com/tanakahisateru "tanakahisateru (5 commits)")

---

Tags

codeceptionhelperphphelpercodeceptionquickbrownfox

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ippey-quickbrownfox-codeception-helper/health.svg)

```
[![Health](https://phpackages.com/badges/ippey-quickbrownfox-codeception-helper/health.svg)](https://phpackages.com/packages/ippey-quickbrownfox-codeception-helper)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[beste/json

A simple JSON helper to decode and encode JSON

4222.7M3](/packages/beste-json)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3427.3M21](/packages/chillerlan-php-settings-container)

PHPackages © 2026

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