PHPackages                             mikelgoig/codeception-rest - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. mikelgoig/codeception-rest

ActiveLibrary[Testing &amp; Quality](/categories/testing)

mikelgoig/codeception-rest
==========================

Codeception module for testing REST services.

3.3.1(1y ago)1221MITPHPPHP 8.3.\*

Since Dec 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mikelgoig/codeception-rest)[ Packagist](https://packagist.org/packages/mikelgoig/codeception-rest)[ RSS](/packages/mikelgoig-codeception-rest/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (15)Versions (11)Used By (0)

 Codeception Module for testing REST services
==============================================

[](#----codeception-module-for-testing-rest-services)

Created by [Mikel Goig](https://mikelgoig.com).

 [ View Repository ](https://github.com/mikelgoig/codeception-rest)

---

[![Packagist Version](https://camo.githubusercontent.com/f785c1f435fa78e00f2ffa995ed0f8c49000ab9934bcf04a31da518ce870c1ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696b656c676f69672f636f646563657074696f6e2d72657374)](https://packagist.org/packages/mikelgoig/codeception-rest)[![Packagist Downloads](https://camo.githubusercontent.com/24ab8bd5c5222d97da2e52366baec0479a4290ff80b48b0f7877bbefb1903099/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696b656c676f69672f636f646563657074696f6e2d72657374)](https://packagist.org/packages/mikelgoig/codeception-rest/stats)[![Packagist PHP Version](https://camo.githubusercontent.com/eac1b6c18ec19a344dc88ddb3727464a52cd6d7f13f44e2487aabf743595e034/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6d696b656c676f69672f636f646563657074696f6e2d726573742f706870)](https://thephp.foundation)

**This Codeception module provides you with actions for testing REST services.**

It extends the Codeception's official [REST](https://codeception.com/docs/modules/REST) module, adding some helpers and [Gherkin format](https://codeception.com/docs/BDD) support.

😎 Installation
--------------

[](#-installation)

1. Install this package using Composer:

    ```
    composer require --dev mikelgoig/codeception-rest
    ```

🛠️ Configuration
----------------

[](#️-configuration)

1. Add the Codeception module to your config file:

    ```
    modules:
      enabled:
        - MikelGoig\Codeception\Module\Rest:
            depends: REST
            multipart_boundary: foo
    ```

    - `multipart_boundary` *optional* - the boundary parameter for multipart requests
2. To set up Gherkin steps, enable the `gherkin` part of the module:

    ```
    modules:
      enabled:
        - MikelGoig\Codeception\Module\Rest:
            # ...
            part: gherkin
    ```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Total

10

Last Release

532d ago

Major Versions

1.1.0 → 2.0.02025-01-10

2.0.1 → 3.0.02025-01-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8067861?v=4)[Mikel Goig](/maintainers/mikelgoig)[@mikelgoig](https://github.com/mikelgoig)

---

Top Contributors

[![mikelgoig](https://avatars.githubusercontent.com/u/8067861?v=4)](https://github.com/mikelgoig "mikelgoig (23 commits)")

---

Tags

codeceptiondevgherkinresttestingtestingdevrestcodeceptiongherkin

###  Code Quality

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mikelgoig-codeception-rest/health.svg)

```
[![Health](https://phpackages.com/badges/mikelgoig-codeception-rest/health.svg)](https://phpackages.com/packages/mikelgoig-codeception-rest)
```

###  Alternatives

[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k28.9M2.4k](/packages/infection-infection)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15312.0M36](/packages/magento-magento2-functional-testing-framework)[allure-framework/allure-codeception

Allure Codeception integration

5212.7M9](/packages/allure-framework-allure-codeception)[contributte/codeception

Integration of Nette framework to Codeception.

28898.5k1](/packages/contributte-codeception)[jayhealey/webception

Web Interface for running Codeception tests.

19110.8k](/packages/jayhealey-webception)[testo/testo

A lightweight PHP testing framework.

1959.3k55](/packages/testo-testo)

PHPackages © 2026

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