ihsw/toxiproxy-bundle

Symfony bundle for ihsw/toxiproxy-php-client

dev-master 2015-05-26 02:24 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:36:58 UTC


README

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.