PHPackages                             aaronheath/laravel-speed-test - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aaronheath/laravel-speed-test

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aaronheath/laravel-speed-test
=============================

Perform scheduled tests to verify downstream bandwidth.

v1.1.1(1y ago)276[5 PRs](https://github.com/aaronheath/laravel-speed-test/pulls)MITPHPPHP ^8.2.0

Since Jun 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/aaronheath/laravel-speed-test)[ Packagist](https://packagist.org/packages/aaronheath/laravel-speed-test)[ RSS](/packages/aaronheath-laravel-speed-test/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (9)Versions (19)Used By (0)

Bandwidth Check
===============

[](#bandwidth-check)

[![Build Status](https://camo.githubusercontent.com/18d48fac48aeda738f24ded3269f53acd3300a680784c0de857eea0c6d91cff4/68747470733a2f2f7472617669732d63692e6f72672f6161726f6e68656174682f6c61726176656c2d73706565642d746573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aaronheath/laravel-speed-test)

Introduction
------------

[](#introduction)

This is a personal package to facilitate scheduled downstream bandwidth checks.

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

[](#installation)

This package is installed via [Composer](https://getcomposer.org/).

Before installing, the repository, along with other private packages, must be added to the repositories section of the host projects composer.json.

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/aaronheath/laravel-speed-test"
    },
    {
        "type": "vcs",
        "url": "https://github.com/aaronheath/oauth-client"
    },
    {
        "type": "vcs",
        "url": "https://github.com/aaronheath/class-logger"
    }
],

```

To install, run the following command.

```
composer require aaronheath/laravel-speed-test
```

Then, publish the configuration file. New file will be created at config/bandwidth-check.php.

Another new configuration file maybe created for oauth-client. Please refer to [that project](https://github.com/aaronheath/oauth-client) for further details.

```
php artisan vendor:publish
```

Finally, you'll want to configure the bandwidth checker by updating the projects .env file. Update values as required.

```
BANDWIDTH_CHECK_ENABLED=true
BANDWIDTH_CHECK_REPORT_URL=https://example.com/api/bandwidth-check
BANDWIDTH_CHECK_RUNNER=docker # or system

```

Performing Bandwidth Checks
---------------------------

[](#performing-bandwidth-checks)

### Via CLI

[](#via-cli)

Once properly configured, bandwidth checks can be performed via cli.

```
php artisan bandwidth-check:run
```

By executing this command, a check will be performed and results sent to the remote repository.

### Via Job

[](#via-job)

Bandwidth checks can also be dispatched onto the queue via a job.

```
dispatch(new Heath\BandwidthCheck\BandwidthCheckJob);
```

### Directly

[](#directly)

A bandwidth check can also be actioned synchronously.

```
(new Heath\BandwidthCheck\BandwidthCheck)->run();
```

BandwidthCheck also includes a handy isEnabled() method to help ensure that checks are enabled.

```
(new Heath\BandwidthCheck\BandwidthCheck)->isEnabled(); // bool
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance40

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity77

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

Recently: every ~348 days

Total

8

Last Release

511d ago

Major Versions

v0.0.4 → v1.0.02023-10-01

PHP version history (2 changes)v0.0.1PHP ^7.2.5

v1.0.0PHP ^8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2363aaf04ef558057edb269954a51581c9748105c6dec15172528ec8c66bbcb0?d=identicon)[aaronheath](/maintainers/aaronheath)

---

Top Contributors

[![aaronheath](https://avatars.githubusercontent.com/u/2026209?v=4)](https://github.com/aaronheath "aaronheath (15 commits)")

---

Tags

laravelspeedbandwidth

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aaronheath-laravel-speed-test/health.svg)

```
[![Health](https://phpackages.com/badges/aaronheath-laravel-speed-test/health.svg)](https://phpackages.com/packages/aaronheath-laravel-speed-test)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k96](/packages/nativephp-mobile)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43411.2k](/packages/venturedrake-laravel-crm)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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