PHPackages                             alteris/behat-apigility-extension - 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. alteris/behat-apigility-extension

AbandonedArchivedLib[Framework](/categories/framework)

alteris/behat-apigility-extension
=================================

Extension connect Behat scenario with Apigility application

v1.0.1(9y ago)11.1k1MITPHP

Since Sep 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/alteris/behat-apigility-extension)[ Packagist](https://packagist.org/packages/alteris/behat-apigility-extension)[ RSS](/packages/alteris-behat-apigility-extension/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (5)Used By (0)

Behat Apigility integration
===========================

[](#behat-apigility-integration)

This extension extends [Alteris\\BehatZendframeworkExtension](https://github.com/alteris/behat-zendframework-extension) to work with Apigility and [Behat](http://behat.org/en/latest/) ^3.1.

Installing extension
--------------------

[](#installing-extension)

The easiest way to install is by using [Composer](https://getcomposer.org):

```
$> curl -sS https://getcomposer.org/installer | php
$> php composer.phar require alteris/behat-apigility-extension='~1.0'
```

or composer.json

```
"require": {
    "alteris/behat-apigility-extension": "~1.0"
},

```

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

[](#configuration)

You can then activate the extension in your `behat.yml`. Need to use parameter `type` to change Application factory to Apigility and define both Extensions:

```
    default:
        # ...
        extensions:
            Alteris\BehatApigilityExtension\ServiceContainer\Extension: ~
            Alteris\BehatZendframeworkExtension\ServiceContainer\Extension:
                configuration: PATH_TO_application.config.php
                type: apigility_application

```

Injecting Application
---------------------

[](#injecting-application)

Your context need to implement `Alteris\BehatZendframeworkExtension\Context\ContextAwareInterface` and will be intialized with `Zend\Mcv\ApplicationInterface`;

Base documentation
------------------

[](#base-documentation)

See [Zend framework Extension](https://github.com/alteris/behat-zendframework-extension)

Versioning
----------

[](#versioning)

Staring version `1.0.0`, will follow [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

Contributors
------------

[](#contributors)

- [Tomasz Kunicki](https://github.com/timiTao)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

4

Last Release

3562d ago

Major Versions

v0.2 → v1.0.02016-09-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6087694?v=4)[Tomasz Kunicki](/maintainers/timiTao)[@timiTao](https://github.com/timiTao)

---

Tags

frameworkBDDzendBehatextensionapigility

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alteris-behat-apigility-extension/health.svg)

```
[![Health](https://phpackages.com/badges/alteris-behat-apigility-extension/health.svg)](https://phpackages.com/packages/alteris-behat-apigility-extension)
```

###  Alternatives

[silverstripe/behat-extension

SilverStripe framework extension for Behat

31577.6k5](/packages/silverstripe-behat-extension)

PHPackages © 2026

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