Difference between revisions of "PHP"

From SmartBots Developers Docs
Jump to: navigation, search
m (Gtaskincentral moved page HTTP API/PHP to PHP)
(No difference)

Revision as of 08:07, 25 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.

The PHP API is essentially a collection of php functions and methods which allow you to control your SmartBot, or several SmartBots via a PHP script. It also contains all of the traditional HTTP API functions and are called in a familiar, easy-to-use manner.

To get started, 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, please click on the 'getting started' section to learn how to connect this to your bot.

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

This documentation can also be found on the RenderWorks website.