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. aaronheath/laravel-speed-test

ActiveLibrary

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 1mo 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 85% of packages

Maintenance43

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity76

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

458d 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

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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