Download the PHP package aaronheath/laravel-speed-test without Composer
On this page you can find all versions of the php package aaronheath/laravel-speed-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aaronheath/laravel-speed-test
More information about aaronheath/laravel-speed-test
Files in aaronheath/laravel-speed-test
Package laravel-speed-test
Short Description Perform scheduled tests to verify downstream bandwidth.
License MIT
Informations about the package laravel-speed-test
Bandwidth Check
Introduction
This is a personal package to facilitate scheduled downstream bandwidth checks.
Installation
This package is installed via Composer.
Before installing, the repository, along with other private packages, must be added to the repositories section of the host projects composer.json.
To install, run the following command.
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 for further details.
Finally, you'll want to configure the bandwidth checker by updating the projects .env file. Update values as required.
Performing Bandwidth Checks
Via CLI
Once properly configured, bandwidth checks can be performed via cli.
By executing this command, a check will be performed and results sent to the remote repository.
Via Job
Bandwidth checks can also be dispatched onto the queue via a job.
Directly
A bandwidth check can also be actioned synchronously.
BandwidthCheck also includes a handy isEnabled() method to help ensure that checks are enabled.
All versions of laravel-speed-test with dependencies
illuminate/support Version ^10.0.0
guzzlehttp/guzzle Version ^7.8.0
ext-json Version *
aaronheath/class-logger Version ^1.2.0
aaronheath/oauth-client Version ^1.0.0