Difference between revisions of "PHP"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE:...}} == SmartBots PHP API == This API kit has been created from scratch by [http://maps.secondlife.com/secondlife/DuoLife/148/47/32 RenderWorks] to ease devel...") |
|||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE: | + | {{DISPLAYTITLE:SmartBots PHP API}} |
− | == | + | |
+ | == 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. | 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. | ||
Line 7: | Line 8: | ||
<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:53, 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.
Please remember that this is a 3rd party adaptation of the HTTP API, so any issues should be reported to apisupport@renderworks-sl.com
Download the PHP API Kit at Github