2017 © Pedro Peláez
 

library vero-php

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

image

docplanner/vero-php

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

  • Thursday, May 12, 2016
  • by lukasz.barulski
  • Repository
  • 10 Watchers
  • 1 Stars
  • 3,130 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 4 Versions
  • 19 % 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)


$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

12/05 2016

dev-master

9999999-dev

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

  Sources   Download

The Requires

  • php >=5.4.0
  • ext-json *

 

12/05 2016

v1.0.1

1.0.1.0

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

  Sources   Download

The Requires

  • php >=5.4.0
  • ext-json *

 

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