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 1mo ago

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

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

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

485d ago

Major Versions

1.1.0 → 2.0.02025-01-10

2.0.1 → 3.0.02025-01-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/747d9f689737779231e5602355fdcbf154f9b773eff7b0823a59fb9a57a3bfef?d=identicon)[mikelgoig](/maintainers/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

[orchestra/testbench-core

Testing Helper for Laravel Development

27043.7M310](/packages/orchestra-testbench-core)[allure-framework/allure-codeception

Allure Codeception integration

5212.1M7](/packages/allure-framework-allure-codeception)[imbo/behat-api-extension

API extension for Behat

1082.5M9](/packages/imbo-behat-api-extension)[contributte/codeception

Integration of Nette framework to Codeception.

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

Web Interface for running Codeception tests.

19110.7k](/packages/jayhealey-webception)[fahadyousafmahar/slash-login

Say goodbye to repetitively fill / submit login forms during development of your laravel applications. This package allows you to login as any user with just a "slash login" (/login/user\_id)

101.3k](/packages/fahadyousafmahar-slash-login)

PHPackages © 2026

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