sergiors/rdstation

RDStation Integration

Maintainers

Package info

github.com/sergiors/rdstation

pkg:composer/sergiors/rdstation

Statistics

Installs: 189

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

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

This package is not auto-updated.

Last update: 2026-03-01 11:17:01 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