rainforest / rainforest
This package is abandoned and no longer maintained.
No replacement package was suggested.
Rainforest automates your functional and integration testing with our QA-as-a-Service API.
dev-master
2019-02-06 10:54 UTC
Requires
- php: >=5.3.3
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2020-11-17 15:55:18 UTC
README
⚠️ 🚫 This code is unmaintained and deprecated. It may not work and may have security issues 🚫 ⚠️
Documentation
Full documentation is available at https://docs.rainforestqa.com.
Requirements
PHP 5.3.3 and later.
Composer
You can install the bindings via Composer. Add this to your composer.json:
{ "require": { "rainforestapp/rainforest-php": "1.*" } }
Then install via:
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.
require_once('/path/to/rainforest-php/init.php');
Tests
In order to run tests first install PHPUnit via Composer:
composer update --dev
To run the test suite:
./vendor/bin/phpunit
We welcome suggestions and feedback from our users :D