Message-ID: <94241493.15791.1614958168136.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15790_594687416.1614958168136" ------=_Part_15790_594687416.1614958168136 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Basics - including the wrapper library - PHP

Basics - including the wrapper library - PHP

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

You need a copy of the PHP wrapper library file TMRestClient.php= , available from here.


You should place the file in your class path or in the folder wher= e you are executing the code. 

=20
=20
=20
=20
=20
=20

You must then 'include' the library somewhere in your PHP code, before y= ou can use it:

=20
=20
=20
=20
Example
=20
include_once('TMRestClient.php');
=20
=20
=20
=20
=20
=20
=20

If the library file is not in your include path, you can instead specify= the absolute/relative path in the include_once argument:

=20
=20
=20
=20
Example
=20
include_once('/my/path/to/my/code/TMRestClient.php');
=20
=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20 =20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15790_594687416.1614958168136--