2017 © Pedro Peláez
 

library vero-php

Library for tracking users and event with Vero's communications platform

image

getvero/vero-php

Library for tracking users and event with Vero's communications platform

  • Saturday, January 9, 2016
  • by getvero
  • Repository
  • 24 Watchers
  • 6 Stars
  • 26,712 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 2 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

Vero PHP client

Vero PHP client is using cURL on top on our Rest API. Here's how to use it:, (*1)

require_once('PATH/TO/FILE/vero.php');

$v = new Vero("YOUR_AUTH_TOKEN");

$v->identify("1234567890", "jeff@yourdomain.com", array('First name' => 'Jeff', 'Last name' => 'Kane'));
$v->update("1234567890", array('First name' => 'Jack', 'Last name' => 'Wollo', 'job_title' => 'Developer'));
$v->tags('1234567890', array('Blog reader'), array());

$v->track("Subscribe to service", array('id' => '1234567890'), array('Plan name' => 'XL Plan', 'Price' => 149));

$v->unsubscribe("1234567890");

The Versions

09/01 2016

dev-master

9999999-dev

Library for tracking users and event with Vero's communications platform

  Sources   Download

The Requires

  • php >=5.3.0

 

03/11 2015

v1.0.0

1.0.0.0

Library for tracking users and event with Vero's communications platform

  Sources   Download

The Requires

  • php >=5.3.0

 

25/06 2015

dev-feature/packagist

dev-feature/packagist

Library for tracking users and event with Vero's communications platform

  Sources   Download

The Requires

  • php >=5.3.0