Rainforest PHP Bindings
:warning: :no_entry_sign: This code is unmaintained and deprecated. It may not work and may have security issues :no_entry_sign: :warning:, (*1)
Documentation
Full documentation is available at https://docs.rainforestqa.com., (*2)
Requirements
PHP 5.3.3 and later., (*3)
Composer
You can install the bindings via Composer. Add this to your composer.json:, (*4)
{
"require": {
"rainforestapp/rainforest-php": "1.*"
}
}
Then install via:, (*5)
composer install
Manual Installation
If you do not wish to use Composer, you can download the latest release . Then, to use the bindings, include the init.php file., (*6)
require_once('/path/to/rainforest-php/init.php');
Tests
In order to run tests first install PHPUnit via Composer:, (*7)
composer update --dev
To run the test suite:, (*8)
./vendor/bin/phpunit
We welcome suggestions and feedback from our users :D, (*9)