Difference between revisions of "PHP"

From SmartBots Developers Docs
Jump to: navigation, search
Line 2: Line 2:
 
== Introduction ==
 
== Introduction ==
  
This API kit has been created from scratch by [http://maps.secondlife.com/secondlife/DuoLife/148/47/32 RenderWorks] to ease development of your online web services which integrate with SmartBots for SecondLife.
+
[https://github.com/alexmayo/smartbots-php-api This API kit] has been created from scratch by [http://maps.secondlife.com/secondlife/DuoLife/148/47/32 RenderWorks] to ease development of your online web services which integrate with SmartBots for SecondLife.
  
To get started with this API, you will first need to know the basics of PHP programming. This documentation uses some terms which are specific to Object Orientated PHP programming, so it may be best to freshen yourself up on the terminology before continuing.
+
To get started with this API, you will first need to know the basics of PHP programming. This documentation uses some terms which are specific to Object Orientated PHP programming, so it may be best to freshen yourself up on the terminology before continuing. Once you know this, you should download the PHP API Kit from [https://github.com/alexmayo/smartbots-php-api Github]
  
 
<p style="color: red">'''''Please remember that this is a 3rd party adaptation of the HTTP API, so any issues should be reported to [mailto:apisupport@renderworks-sl.com?subject=PHP%20API%20Issue apisupport@renderworks-sl.com]'''''</p>
 
<p style="color: red">'''''Please remember that this is a 3rd party adaptation of the HTTP API, so any issues should be reported to [mailto:apisupport@renderworks-sl.com?subject=PHP%20API%20Issue apisupport@renderworks-sl.com]'''''</p>
 
'''Download the PHP API Kit at [https://github.com/alexmayo/smartbots-php-api Github]'''
 
  
 
{{NavMenu}}
 
{{NavMenu}}

Revision as of 09:54, 20 August 2016

Introduction

This API kit has been created from scratch by RenderWorks to ease development of your online web services which integrate with SmartBots for SecondLife.

To get started with this API, you will first need to know the basics of PHP programming. This documentation uses some terms which are specific to Object Orientated PHP programming, so it may be best to freshen yourself up on the terminology before continuing. Once you know this, you should download the PHP API Kit from Github

Please remember that this is a 3rd party adaptation of the HTTP API, so any issues should be reported to apisupport@renderworks-sl.com