2017 © Pedro Peláez
 

library rainforest

Rainforest automates your functional and integration testing with our QA-as-a-Service API.

image

rainforest/rainforest

Rainforest automates your functional and integration testing with our QA-as-a-Service API.

  • Monday, September 14, 2015
  • by joncalhoun
  • Repository
  • 4 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

The Versions

14/09 2015

dev-master

9999999-dev https://www.rainforestqa.com/

Rainforest automates your functional and integration testing with our QA-as-a-Service API.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *

 

The Development Requires

api apibits rainforest