2017 © Pedro Peláez
 

library heap-php

Library for sending data through Heap API.

image

iagomelanias/heap-php

Library for sending data through Heap API.

  • Saturday, February 3, 2018
  • by iagomelanias
  • Repository
  • 1 Watchers
  • 4 Stars
  • 1,017 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 34 % Grown

The README.md

Heap PHP Client

PHP library for sending data through Heap API., (*1)

Installation

You can install it using Composer:, (*2)

composer require iagomelanias/heap-php

Track Events

$heap = new \Heap\Client('APP_ID');
$heap->track('Paid Order', 'example@example.com');

See full example, (*3)

Add User Properties

$heap = new \Heap\Client('APP_ID');
$heap->addUserProperties('example@example.com', array(
    'profession' => 'Scientist',
));

See full example, (*4)

The Versions

03/02 2018

dev-master

9999999-dev

Library for sending data through Heap API.

  Sources   Download

MIT

The Requires

 

by Avatar iagomelanias

api analytics heap event tracking heap analytics

11/11 2016

v1.0

1.0.0.0

Library for sending data through Heap API.

  Sources   Download

MIT

The Requires

 

by Avatar iagomelanias

api analytics heap event tracking heap analytics