}

Committed by
Jonathan Maron on Monday, June 21, 2021

ReportingCloud PHP SDK

The ReportingCloud PHP SDK makes it easy to interact with ReportingCloud from your PHP web application.

Minimum Requirements

The ReportingCloud PHP SDK requires PHP 7.4 or PHP 8.0. All versions of PHPs prior to 7.3 have reached end-of-life and consequently, no further security updates will be released for them. If your application is running in an older environment, it is highly advisable to update to a more current version of PHP.

Installation

Install the ReportingCloud PHP SDK in your project using Composer:

composer require textcontrol/txtextcontrol-reportingcloud:^3.0

After installing, you need to include Composer's autoloader:

include_once 'vendor/autoload.php';

You are now ready to use the SDK.

Open Source Project

The ReportingCloud PHP SDK is open source and hosted on GitHub. Feel free to fork and contribute. You can find the repository here:

txtextcontrol-reportingcloud

API Documentation

The ReportingCloud PHP SDK API Documentation can be found here:

ReportingCloud PHP SDK API Documentation

Getting Started

The ReportingCloud PHP SDK ships with a number of sample applications (see directory /demo) and phpunit tests (see directory /test). These console scripts, which are well commented, have been written to demonstrate all parts of ReportingCloud. As a starting point, we recommend that you read the code in the directory /demo.

Getting Support

Please refer to the Getting Support section in the introduction part of the documentation.

    Found a in our documentation?

    Edit this page on GitHub