Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

rainforestapp/rainforest-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainforest PHP Bindings

⚠️ 🚫 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

About

⚠️ Unmaintained ⚠️ Rainforest API PHP bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages