Download the PHP package textcontrol/textcontrol-reportingcloud without Composer

On this page you can find all versions of the php package textcontrol/textcontrol-reportingcloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package textcontrol-reportingcloud

ReportingCloud PHP SDK

Build Status Scrutinizer Code Quality Latest Stable Version composer.lock available

This is the official PHP SDK for the ReportingCloud Web API. It is authored and supported by Text Control GmbH.

Learn more about ReportingCloud at:

Learn more about ReportingCloud PHP SDK at:

Minimum Requirements

As of ReportingCloud PHP SDK 4.0, the PHP SDK requires PHP 8.1 or PHP 8.2.

All versions of PHP prior to 8.1 have reached end-of-life and will no longer receive security updates. If your application is running in an older environment, it is highly recommended that you upgrade to a more recent version of PHP.

If you are unable or unwilling to upgrade your PHP installation, you may consider using ReportingCloud PHP SDK 3.0, which supports PHP 8.0, ReportingCloud PHP SDK 2.0, which supports PHP 7.1, or ReportingCloud PHP SDK 1.0, which supports PHP 5.6.

Please note that these versions are no longer maintained.

Alternatively, it is possible to use ReportingCloud by directly accessing the Web API. In this case, it is recommended to use the curl extension to make the API calls.

Install Using Composer

Install ReportingCloud PHP SDK 4.0 in your project using Composer:

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

You are now ready to use the SDK.

API Key for Demos and Unit Tests

ReportingCloud PHP SDK ships with a number of sample applications (see /demo directory) and phpunit tests (see /test directory). The scripts in each of these directories require an API key for ReportingCloud to run. To avoid accidentally exposing the API key via a public GIT repository, you need to specify it first. There are two ways to do this:

Using PHP Constants:

Using Environmental Variables (For Example in .bashrc)

Note that these instructions only apply to the demo scripts and phpunit tests. If you are using ReportingCloud in your application, set the API key in your constructor or by using the setApiKey($apiKey) methods. See /demo/instantiation.php for an example.

Getting Started

The PHP Quickstart Tutorial in the ReportingCloud Documentation is your starting point for using the ReportingCloud PHP SDK in your own applications.

In addition, ReportingCloud PHP SDK ships with a number of sample applications (see /demo directory). These well commented sample applications have been written to demonstrate all parts of ReportingCloud.

Getting Support

The ReportingCloud PHP SDK is written and supported by Text Control GmbH, the manufacturer of the ReportingCloud Web API.

Despite our best efforts to create understandable documentation, demo applications, and unit tests, we understand that there are times when you may need technical assistance.

If you have a question about ReportingCloud or the PHP SDK, we want to help.

Please refer to the Getting Support section of the ReportingCloud Documentation to learn more about the support channels available to you.


All versions of textcontrol-reportingcloud with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
ext-dom Version *
ext-json Version *
ext-libxml Version *
ctw/ctw-http Version ^4.0
guzzlehttp/guzzle Version ^7.0
psr/container Version ^1.0 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package textcontrol/textcontrol-reportingcloud contains the following files

Loading the files please wait ....