Skip to content

ihsw/ToxiproxyBundle

Repository files navigation

Toxiproxy Bundle

Build status

Toxiproxy makes it easy and trivial to test network conditions, for example low-bandwidth and high-latency situations. ToxiproxyBundle includes everything needed to get started with configuring Toxiproxy upstream connection and listen endpoints.

Installing via Composer

The recommended way to install ToxiproxyBundle is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of ToxiproxyBundle:

composer.phar require ihsw/ToxiproxyBundle

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

Documentation

More information can be found in the examples directory for expected usage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages