Skip to content

iagomelanias/heap-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heap PHP Client

PHP library for sending data through Heap API.

Installation

You can install it using Composer:

composer require iagomelanias/heap-php

Track Events

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

See full example

Add User Properties

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

See full example

About

Library for sending data through Heap API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages