PHPackages                             ht-sdks/events-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ht-sdks/events-sdk-php

ActiveLibrary

ht-sdks/events-sdk-php
======================

Hightouch Events SDK PHP

0.0.1(2y ago)010.4k↓36%MITPHPPHP ^7.4 || ^8.0CI passing

Since Mar 27Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/ht-sdks/events-sdk-php)[ Packagist](https://packagist.org/packages/ht-sdks/events-sdk-php)[ Docs](https://github.com/ht-sdks/events-sdk-php)[ RSS](/packages/ht-sdks-events-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

events-sdk-php
==============

[](#events-sdk-php)

[![CI](https://github.com/ht-sdks/events-sdk-php/actions/workflows/ci.yml/badge.svg)](https://github.com/ht-sdks/events-sdk-php/actions/workflows/ci.yml)

Installation
------------

[](#installation)

The package can be installed via composer.

```
composer require ht-sdks/events-sdk-php
```

Documentation
-------------

[](#documentation)

The links bellow should provide all the documentation needed to make the best use of the library and the Hightouch Events API:

- [Docs](https://hightouch.com/docs/events/sdks/php)
- [API](https://hightouch.com/docs/events/sdks/http)
- [Specs](https://hightouch.com/docs/events/event-spec)

Usage
-----

[](#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
-------

[](#license)

This library is released under the [MIT License](LICENSE).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance55

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor4

4 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ce098e1cd08355c28fc56f3690165ecb850ce2e7d035bedb8d7bac0e621f5e9?d=identicon)[narciero](/maintainers/narciero)

---

Top Contributors

[![nd4p90x](https://avatars.githubusercontent.com/u/2658588?v=4)](https://github.com/nd4p90x "nd4p90x (110 commits)")[![yields](https://avatars.githubusercontent.com/u/1661587?v=4)](https://github.com/yields "yields (31 commits)")[![dailycoding](https://avatars.githubusercontent.com/u/13878119?v=4)](https://github.com/dailycoding "dailycoding (30 commits)")[![f2prateek](https://avatars.githubusercontent.com/u/843979?v=4)](https://github.com/f2prateek "f2prateek (29 commits)")[![Synchro](https://avatars.githubusercontent.com/u/81561?v=4)](https://github.com/Synchro "Synchro (23 commits)")[![pooyaj](https://avatars.githubusercontent.com/u/2992515?v=4)](https://github.com/pooyaj "pooyaj (23 commits)")[![calvinfo](https://avatars.githubusercontent.com/u/487539?v=4)](https://github.com/calvinfo "calvinfo (22 commits)")[![lubird](https://avatars.githubusercontent.com/u/7109746?v=4)](https://github.com/lubird "lubird (18 commits)")[![brennan](https://avatars.githubusercontent.com/u/11224497?v=4)](https://github.com/brennan "brennan (9 commits)")[![dominicbarnes](https://avatars.githubusercontent.com/u/160197?v=4)](https://github.com/dominicbarnes "dominicbarnes (8 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (6 commits)")[![narciero](https://avatars.githubusercontent.com/u/9964211?v=4)](https://github.com/narciero "narciero (5 commits)")[![MindfullyLoko](https://avatars.githubusercontent.com/u/59059891?v=4)](https://github.com/MindfullyLoko "MindfullyLoko (5 commits)")[![MichaelGHSeg](https://avatars.githubusercontent.com/u/101233650?v=4)](https://github.com/MichaelGHSeg "MichaelGHSeg (4 commits)")[![kzap](https://avatars.githubusercontent.com/u/62213?v=4)](https://github.com/kzap "kzap (3 commits)")[![Cethy](https://avatars.githubusercontent.com/u/735030?v=4)](https://github.com/Cethy "Cethy (3 commits)")[![localheinz](https://avatars.githubusercontent.com/u/605483?v=4)](https://github.com/localheinz "localheinz (2 commits)")[![Robertbaelde](https://avatars.githubusercontent.com/u/4356288?v=4)](https://github.com/Robertbaelde "Robertbaelde (2 commits)")[![inaniyants](https://avatars.githubusercontent.com/u/4038277?v=4)](https://github.com/inaniyants "inaniyants (2 commits)")[![villfa](https://avatars.githubusercontent.com/u/2891564?v=4)](https://github.com/villfa "villfa (2 commits)")

---

Tags

eventsanalyticshteventsht-sdkshightouch

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ht-sdks-events-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/ht-sdks-events-sdk-php/health.svg)](https://phpackages.com/packages/ht-sdks-events-sdk-php)
```

###  Alternatives

[doctrine/event-manager

The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.

6.1k501.1M115](/packages/doctrine-event-manager)[psr/event-dispatcher

Standard interfaces for event handling.

2.3k618.8M865](/packages/psr-event-dispatcher)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[laminas/laminas-eventmanager

Trigger and listen to events within a PHP application

1.0k69.8M225](/packages/laminas-laminas-eventmanager)[simshaun/recurr

PHP library for working with recurrence rules

1.6k15.7M40](/packages/simshaun-recurr)[sabre/event

sabre/event is a library for lightweight event-based programming

35227.4M25](/packages/sabre-event)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
