PHPackages                             joesama/stress-pest - 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. joesama/stress-pest

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

joesama/stress-pest
===================

Pest Stress Plugin

1.0(9mo ago)00proprietaryPHPPHP ^8.2CI passing

Since Aug 8Pushed 9mo agoCompare

[ Source](https://github.com/joesama/stress-pest)[ Packagist](https://packagist.org/packages/joesama/stress-pest)[ RSS](/packages/joesama-stress-pest/feed)WikiDiscussions master Synced 1mo ago

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

Load Test Report
================

[](#load-test-report)

Reporting for Load Testing Using Pest Stress

[![Installation Validation](https://github.com/joesama/stress-pest/workflows/Installation%20Validation/badge.svg)](https://github.com/joesama/stress-pest/workflows/Installation%20Validation/badge.svg)[![PHPStan](https://github.com/joesama/stress-pest/workflows/PHPStan/badge.svg)](https://github.com/joesama/stress-pest/workflows/PHPStan/badge.svg)

Installation
============

[](#installation)

Simple installation via composer :

```
composer require "joesama/stress-pest"
```

Usage/Examples
--------------

[](#usageexamples)

Use `\Joesama\StressPest\StressCase` in Pest.php

```
  uses(StressCase::class, Tests\TestCase::class)

```

In test file add beforeEach method to initiate all config

```
beforeEach(function () {
    $this->envConfig();
    $this->useStressReporting();
});

```

### Smoke Test

[](#smoke-test)

```
    $this->setDuration($duration)
        ->setConcurrent($concurrent)
        ->executeSmoke(
            [
                'login' => [
                    '/',
                    'GET',
                ]
            ],
            'smoke_'.$duration.'_'.$concurrent
        );

```

### Average Test

[](#average-test)

```
    $this->setDuration($duration)
        ->setConcurrent($concurrent)
        ->executeAverage(
            [
                'login' => [
                    '/',
                    'GET',
                ]
            ],
            'average_'.$duration.'_'.$concurrent
        );

```

### Stress Test

[](#stress-test)

```
    $this->setDuration($duration)
        ->setConcurrent($concurrent)
        ->executeStress(
            [
                'login' => [
                    '/',
                    'GET',
                ]
            ],
            'stress_'.$duration.'_'.$concurrent
        );

```

In the test file add the generate report function ass the last test

```
it('generate report', function () {
    $this->generatePdfReport();
});

```

License
=======

[](#license)

joesama/stress-pest is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance58

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

277d ago

### Community

Maintainers

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

---

Top Contributors

[![joesama](https://avatars.githubusercontent.com/u/6141029?v=4)](https://github.com/joesama "joesama (13 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/joesama-stress-pest/health.svg)

```
[![Health](https://phpackages.com/badges/joesama-stress-pest/health.svg)](https://phpackages.com/packages/joesama-stress-pest)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[cviebrock/eloquent-sluggable

Easy creation of slugs for your Eloquent models in Laravel

4.0k13.6M253](/packages/cviebrock-eloquent-sluggable)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[cmgmyr/messenger

Simple user messaging tool for Laravel

2.6k2.4M6](/packages/cmgmyr-messenger)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)

PHPackages © 2026

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