ihsw / toxiproxy-bundle
Symfony bundle for ihsw/toxiproxy-php-client
dev-master
2015-05-26 02:24 UTC
Requires
- ihsw/toxiyproxy-php-client: 1.0.2
- symfony/framework-bundle: 2.6.7
Requires (Dev)
- phpunit/phpunit: 4.6.4
This package is not auto-updated.
Last update: 2024-10-26 18:17:18 UTC
README
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.