sergiors/rdstation

RDStation Integration

Installs: 189

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 1

pkg:composer/sergiors/rdstation

dev-master 2017-12-31 20:47 UTC

This package is not auto-updated.

Last update: 2025-10-12 09:16:21 UTC


README

How to use

use Sergiors\RDStation\Credentials;
use Sergiors\RDStation\RDStation;
use Sergiors\RDStation\Lead;

$credentials = new Credentials(/* token */, /* private_token */);
$rdStation = new RDStation($credentials, $request);
$lead = new Lead($rdStation, 'RDStation Integration Github', 'jimi@hendrix.com');
$lead->addParam('name', 'Jimi Hendrix');
$lead->addTag('fender')->addTag('marshall')->addTag('fuzzface');

$lead->trigger();

License

MIT