PHPackages                             beeketing/tracker-hub-bundle - 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. [API Development](/categories/api)
4. /
5. beeketing/tracker-hub-bundle

ActiveSymfony-bundle[API Development](/categories/api)

beeketing/tracker-hub-bundle
============================

This bundle provides an integration of the TrackerHub library

040.0kPHP

Since May 28Pushed 10y ago5 watchersCompare

[ Source](https://github.com/Beeketing/TrackerHubBundle)[ Packagist](https://packagist.org/packages/beeketing/tracker-hub-bundle)[ RSS](/packages/beeketing-tracker-hub-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

TrackerHubBundle
================

[](#trackerhubbundle)

Integrate [tracker-hub](https://github.com/Beeketing/tracker-hub) with symfony2

Basic Usage
-----------

[](#basic-usage)

Set trackers settings in your config file

```
# app/config/config.yml

bk_tracker_hub:
    clients:
        beeketing:
            base_url: %beeketing_base_url%
            api_key: %beeketing_api_key%

        customerio:
            site_id: %customer_io_site_id%
            api_key: %customer_io_api_key%

        mixpanel:
            write_token: %mixpanel_write_token%

        indicative:
            api_key: %indicative_api_key%
```

Then track and identify your users by using

```
$this->container->get('tracker_hub')->identify($userId, $properties);
$this->container->get('tracker_hub')->track($userId, $event, $params);
```

**Tips:**

1. You should use it with a queue system like RabbitMQ

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/874607?v=4)[Quan MT](/maintainers/quaninte)[@quaninte](https://github.com/quaninte)

---

Top Contributors

[![quaninte](https://avatars.githubusercontent.com/u/874607?v=4)](https://github.com/quaninte "quaninte (1 commits)")

### Embed Badge

![Health badge](/badges/beeketing-tracker-hub-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/beeketing-tracker-hub-bundle/health.svg)](https://phpackages.com/packages/beeketing-tracker-hub-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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