ht-sdks / events-sdk-php
Hightouch Events SDK PHP
Installs: 1 618
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
README
Installation
The package can be installed via composer.
composer require ht-sdks/events-sdk-php
Documentation
The links bellow should provide all the documentation needed to make the best use of the library and the Hightouch Events API:
Usage
use Hightouch\Hightouch; Hightouch::init('WRITE_KEY', [ 'host' => 'https://us-east-1.hightouch-events.com', ]); Hightouch::track([ 'event' => 'Created Account', 'userId' => '123', 'properties' => [ 'application' => 'Desktop', 'version' => '1.2.3', ], ]);
License
This library is released under the MIT License.