PHPackages                             nekofar/pest-plugin-slim - 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. nekofar/pest-plugin-slim

ActiveLibrary[Framework](/categories/framework)

nekofar/pest-plugin-slim
========================

The Pest Slim Plugin

v3.1.6(2y ago)514.4k↓77.9%2[1 issues](https://github.com/nekofar/pest-plugin-slim/issues)[7 PRs](https://github.com/nekofar/pest-plugin-slim/pulls)MITPHPPHP &gt;=8.1

Since Sep 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nekofar/pest-plugin-slim)[ Packagist](https://packagist.org/packages/nekofar/pest-plugin-slim)[ Fund](https://ud.me/nekofar.crypto)[ RSS](/packages/nekofar-pest-plugin-slim/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (7)Versions (53)Used By (0)

The Pest Slim Plugin
====================

[](#the-pest-slim-plugin)

[![Packagist Version](https://camo.githubusercontent.com/779c12d39d42119b02c655ae27f1fefd63dacfbe089d141f65256645a88a4a3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656b6f6661722f706573742d706c7567696e2d736c696d2e737667)](https://packagist.org/packages/nekofar/pest-plugin-slim)[![PHP from Packagist](https://camo.githubusercontent.com/3a87aec35b3276ff783168dd27a408266b615182d2a3f9ddba469a3d20479f5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e656b6f6661722f706573742d706c7567696e2d736c696d2e737667)](https://packagist.org/packages/nekofar/pest-plugin-slim)[![Packagist Downloads](https://camo.githubusercontent.com/4f91372c2190ebdff2b2465131f838441b2c916a413046e4cf4485417b422203/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656b6f6661722f706573742d706c7567696e2d736c696d)](https://packagist.org/packages/nekofar/pest-plugin-slim)[![Tests Status](https://camo.githubusercontent.com/fc186a7d08966a4269c5482de7634aa2a9cfe277cdee4dcd80a4de295da280b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e656b6f6661722f706573742d706c7567696e2d736c696d2f74657374732e796d6c)](https://github.com/nekofar/pest-plugin-slim/actions/workflows/tests.yml)[![Coverage Status](https://camo.githubusercontent.com/75e5eb4fb126c351248603201a9045ef3eefac69db0c05c8830aeda9f533970e/68747470733a2f2f636f6465636f762e696f2f67682f6e656b6f6661722f706573742d706c7567696e2d736c696d2f67726170682f62616467652e737667)](https://codecov.io/gh/nekofar/pest-plugin-slim)[![License](https://camo.githubusercontent.com/4ea971bb33d05d3d08e781d7c2a726c1031acede2a4cdac081878cf8e63607ea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e656b6f6661722f706573742d706c7567696e2d736c696d2e737667)](https://github.com/nekofar/pest-plugin-slim/blob/master/LICENSE.md)[![Twitter: nekofar](https://camo.githubusercontent.com/57201a0ecd7d9a2b7fe07039ddd3b199b96f44859a6e3c70b582a9d8d33cd535/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666f6c6c6f772d2534306e656b6f6661722d3144413146323f6c6f676f3d74776974746572267374796c653d666c6174)](https://twitter.com/nekofar)[![Donate](https://camo.githubusercontent.com/37edcc3611ba8f5c0bbb34b51d9be5652f211c0df2eaaa2d078b6a3b640b0d5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d6e656b6f6661722e63727970746f2d6132623962633f6c6f676f3d6b6f2d6669266c6f676f436f6c6f723d7768697465)](https://ud.me/nekofar.crypto)

> This package is a plugin for [Pest PHP](https://pestphp.com). The Slim Plugin for Pest gives your basic functionality for testing your API's built by Slim.

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

[](#installation)

To get started, install the plugin using composer:

```
composer require nekofar/pest-plugin-slim --dev
```

Requires Slim Framework 4 and PHP 8.1 or newer.

Usage
-----

[](#usage)

```
use function Nekofar\Slim\Pest\get;

beforeEach(function (): void {
    $app = require __DIR__ . '/../config/bootstrap.php';

    $this->setUpApp($app);
})

it('can see home page', function (): void {
    get('/')
        ->assertOk()
        ->assertSee('Welcome');
});
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

---

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance57

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 85.4% 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 ~17 days

Total

42

Last Release

1030d ago

Major Versions

v1.2.2 → v2.0.02022-04-14

v2.0.7 → v3.0.02023-04-26

PHP version history (4 changes)v1.0.0-alpha.0PHP ^7.3 || ^8.0

v1.0.0-alpha.1PHP ^7.4 || ^8.0

v2.0.0PHP ^8.0

v3.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/aca8b320eb72b441ea7e695d6e414532121a11cafcd33824fd4e4513729857ca?d=identicon)[nekofar](/maintainers/nekofar)

---

Top Contributors

[![nekofar](https://avatars.githubusercontent.com/u/147401?v=4)](https://github.com/nekofar "nekofar (276 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (47 commits)")

---

Tags

pestpest-pluginphpslimslim-frameworktestingphpplugintestingunitframeworktestpestslim

### Embed Badge

![Health badge](/badges/nekofar-pest-plugin-slim/health.svg)

```
[![Health](https://phpackages.com/badges/nekofar-pest-plugin-slim/health.svg)](https://phpackages.com/packages/nekofar-pest-plugin-slim)
```

###  Alternatives

[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)[jonpurvis/lawman

A PestPHP Plugin to help with architecture testing SaloonPHP integrations

4027.7k8](/packages/jonpurvis-lawman)[spatie/pest-plugin-route-testing

Make sure all routes in your Laravel app are ok

13753.8k](/packages/spatie-pest-plugin-route-testing)[milroyfraser/pest-plugin-gwt

Given When Then(GWT) Plugin for Pest

10332.1k1](/packages/milroyfraser-pest-plugin-gwt)[ozzie/pest-plugin-nest

Nest Pest PHP tests for better organization and readability

2028.3k](/packages/ozzie-pest-plugin-nest)

PHPackages © 2026

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