Download the PHP package chaos-php/chaos-monkey without Composer
On this page you can find all versions of the php package chaos-php/chaos-monkey. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chaos-php/chaos-monkey
More information about chaos-php/chaos-monkey
Files in chaos-php/chaos-monkey
Download chaos-php/chaos-monkey
More information about chaos-php/chaos-monkey
Files in chaos-php/chaos-monkey
Vendor chaos-php
Package chaos-monkey
Short Description Chaos Monkey is a resiliency tool that helps PHP applications tolerate random failures
License MIT
Package chaos-monkey
Short Description Chaos Monkey is a resiliency tool that helps PHP applications tolerate random failures
License MIT
Please rate this library. Is it a good library?
Informations about the package chaos-monkey
ChaosMonkey 🐒 for PHP
Chaos Monkey for PHP applications. Try to attack your running PHP App.
Assaults
- Latency Assault - adds a delay randomly from the range (min and max)
- Exception Assault - throws given exception class
- Memory Assault - fill memory until target fraction (95% for example)
- Kill Assault - no mercy, plain
exit()
How to use
The best experience you can get is using ready-made integrations:
- Symfony: ChaosMonkeySymfonyBundle
- Laravel: ChaosMonkeyLaravelPackage (in progress)
If your framework is missing, open an issue or use this package manually:
-
Install with composer:
-
Create
ChaosMonkey
object -
Configure settings and trigger chaos monkey in the working place of the application:
- Watch your app plunge into chaos 🙈🙊🙉 😈
License
ChaosMonkey is released under the MIT Licence. See the bundled LICENSE file for details.
Author
All versions of chaos-monkey with dependencies
PHP Build Version
Package Version
The package chaos-php/chaos-monkey contains the following files
Loading the files please wait ....