Download the PHP package tuxudo/speedtest without Composer

On this page you can find all versions of the php package tuxudo/speedtest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package speedtest

Speedtest module

Uses networkQuality on macOS 12+ to determine the current internet speed. This module requires the network module to be installed and operating on the client Mac.

By default this module is disabled and will not run. The admin must enable and configure the module before it will run on the clients. See below for how to configure it.

The networkQuality binary uses Apple's servers to determine network speeds. See https://support.apple.com/en-us/101942 for information about how it works.

When the module is enabled, you can trigger a one time retest of the current network by touching a file at /Users/Shared/.com.github.munkireport.speedtest

Be mindful of network congestion and data usage with this module. It is not recommended to enable this module on in office or lab locations. You are responsible for any network problems created or data overages caused by using this module.

Configuration

All configuration keys are set within the MunkiReport domain. See include mobile configuration profile for an example how to use a profile to configure this module.

speedtest_enabled

By default the module is disabled. To enable the module, set speedtest_enabled on the clients with:

speedtest_get_isp By default the module does not get ISP information from Speedtest.net's API (https://www.speedtest.net/speedtest-config.php). No data about your Mac is sent to Speedtest.net.

To get information about the ISP, set speedtest_get_isp on the clients with:

speedtest_get_location By default the module does not collect and report on the IP's reported latitude and longitude coordinates from Speedtest.net's API (https://www.speedtest.net/speedtest-config.php). No data about your Mac is sent to Speedtest.net. Enabling this requires enabling speedtest_get_isp.

To get the IP's reported latitude and longitude, set speedtest_get_location on the clients with:

speedtest_weekly_run By default the module does not retest a network. To enable retesting networks once a week, set speedtest_weekly_run on the clients with:

speedtest_current_only By default the module shows the last 5 networks it has run a speedtest on. If this is set on MacBooks or Macs that change networks often it could trigger them to retest the network speeds with every new network change.

To show only the current network, set speedtest_current_only on the clients with:

speedtest_debug_enabled By default the module does not show debug information on the client. To show the debug information and logic, set speedtest_debug_enabled on the clients with:

Table Schema


All versions of speedtest with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tuxudo/speedtest contains the following files

Loading the files please wait ....