PHPackages                             mtz/behat-doctine-context - 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. mtz/behat-doctine-context

ActiveLibrary

mtz/behat-doctine-context
=========================

A syntactic sugar for creating entities from the behat feature file

1.1(3y ago)052[1 issues](https://github.com/mehdi-zarrin/behat-doctrine-context/issues)MITPHPPHP &gt;=7.0

Since Aug 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mehdi-zarrin/behat-doctrine-context)[ Packagist](https://packagist.org/packages/mtz/behat-doctine-context)[ RSS](/packages/mtz-behat-doctine-context/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Example
-------

[](#example)

Example of `behat.yml` configuration

```
default:
    suites:
        default:
            contexts:
                - MTZ\BehatContext\Doctrine\DoctrineContext
```

Also put next to the `config/services_test.yaml` file:

```
services:
    _defaults:
        autowire: true
        autoconfigure: true

    MTZ\BehatContext\Doctrine\DoctrineContext:
```

Example of scenario:

```
  Scenario: My awesome Scenario
    And Created entities of "App\Entity\Post" with
      | id    | title       | description      |
      | 11100 | Some title  | some description |
    Then Instance of "App\Entity\Post" with "id" equal to "11100" contains the following data:
      | id    | title       | description      |
      | 11100 | Some title  | some description |
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Total

2

Last Release

1358d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6325a0ef3a376e45fd984ceb9020d89fa13282e2c24e9dea9b2ac5e43d7bc486?d=identicon)[mehdi.zarrin](/maintainers/mehdi.zarrin)

---

Top Contributors

[![mehdi-zarrin](https://avatars.githubusercontent.com/u/1389003?v=4)](https://github.com/mehdi-zarrin "mehdi-zarrin (5 commits)")

### Embed Badge

![Health badge](/badges/mtz-behat-doctine-context/health.svg)

```
[![Health](https://phpackages.com/badges/mtz-behat-doctine-context/health.svg)](https://phpackages.com/packages/mtz-behat-doctine-context)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M308](/packages/easycorp-easyadmin-bundle)[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k614.1k79](/packages/akeneo-pim-community-dev)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)

PHPackages © 2026

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