smartsupp / chat-code-generator
This simple PHP class allows you to easily generate Smartsupp.com JS chat code.
Installs: 18 551
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 13
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: 4.8.*
README
Smartsupp chat code generator
This is simple PHP class for Smartsupp chat API which helps you to generate chat JavaScript code.
- https://www.smartsupp.com/
- More info about Smartsupp CHAT API This is "Get started" doc for chat API.
- More info about Smartsupp CHAT API - Overview This is full documentation for chat API. Note, that not all properties are possible to be set using this class.
Get Started
Here is an example on how to use it:
$chat = new Smartsupp\ChatGenerator; $chat->setKey('XYZ123456'); $chat->disableSendEmailTranscript(); $chat->enableRating('advanced', true); $chat->setBoxPosition('left', 'side', 20, 120); $chat->setName('Johny Depp'); $chat->setEmail('johny@depp.com'); $chat->setVariable('orderTotal', 'Total orders', 150); $chat->setVariable('lastOrder', 'Last ordered', '2015-07-09'); $chat->setGoogleAnalytics('UA-123456'); $data = $chat->render();
Requirements
For backward compatibility with multiple plugins library supports PHP starting from version 5.3. It is highly possibly the constraint will change to 5.6+ in near future.
Copyright
Copyright (c) since 2016 Smartsupp.com, s.r.o.