SmartBots PHP API

From SmartBots Developers Docs
PHP
Revision as of 10:37, 20 August 2016 by Gtaskincentral (Talk | contribs) (Created page with "{{DISPLAYTITLE:SmartBots PHP API}} == Performing Actions == Before following these instructions, please [https://github.com/alexmayo/smartbots-php-api download] the source fi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Performing Actions

Before following these instructions, please download the source files and place them into your project.

Now we will create the $bot variable and instansiate a new SmartBot() class so that we can begin making our bot function.

$bot = new SmartBot(); // Instansiate a new SmartBot class.
Prev Section (Getting Started)