-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphp.html
More file actions
39 lines (20 loc) · 2.01 KB
/
php.html
File metadata and controls
39 lines (20 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<h1>ReportingCloud PHP SDK</h1>
<p>The ReportingCloud PHP SDK makes it easy to interact with ReportingCloud from your PHP web application.</p>
<h2>Minimum Requirements</h2>
<p>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.</p>
<h2>Installation</h2>
<p>Install the ReportingCloud PHP SDK in your project using <a target="_blank" href="http://getcomposer.org/">Composer</a>:</p>
<p class="nuget">composer require textcontrol/txtextcontrol-reportingcloud:^3.0</p>
<p>After installing, you need to include Composer's autoloader:</p>
<p class="nuget">include_once 'vendor/autoload.php';</p>
<p>You are now ready to use the SDK.</p>
<h2>Open Source Project</h2>
<p>The ReportingCloud PHP SDK is open source and hosted on GitHub. Feel free to fork and contribute. You can find the repository here:</p>
<p><a target="_blank" href="https://github.com/TextControl/txtextcontrol-reportingcloud-php">txtextcontrol-reportingcloud</a></p>
<h2>API Documentation</h2>
<p>The ReportingCloud PHP SDK API Documentation can be found here:</p>
<p><a target="_blank" href="https://textcontrol.github.io/txtextcontrol-reportingcloud-php/docs-api/namespaces/TxTextControl.ReportingCloud.html">ReportingCloud PHP SDK API Documentation</a></p>
<h2>Getting Started</h2>
<p>The ReportingCloud PHP SDK ships with a number of sample applications (see directory <code>/demo</code>) and phpunit tests (see directory <code>/test</code>). 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 <code>/demo</code>.</p>
<h2>Getting Support</h2>
<p>Please refer to the <a href="../introduction/support">Getting Support</a> section in the introduction part of the documentation.</p>