PHPackages                             telesink/telesink - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. telesink/telesink

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

telesink/telesink
=================

Official PHP client for telesink.com – real-time event tracking

1.1.0(1mo ago)10MITPHPPHP ^7.4 || ^8.0

Since Apr 15Pushed 1mo agoCompare

[ Source](https://github.com/telesink/telesink-php)[ Packagist](https://packagist.org/packages/telesink/telesink)[ RSS](/packages/telesink-telesink/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Telesink SDK for PHP
====================

[](#telesink-sdk-for-php)

Official PHP client for [telesink.com](https://telesink.com) — real-time event dashboard.

**Note**: Low activity here doesn’t mean this is abandoned. It’s intentionally simple, so there’s not much to change.

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

[](#installation)

```
composer require telesink/telesink
```

Configuration
-------------

[](#configuration)

```
export TELESINK_ENDPOINT="https://app.telesink.com/api/v1/sinks/your_sink_token_here/events"
```

To disable tracking (e.g. in tests or development):

```
export TELESINK_DISABLED=true
```

Usage
-----

[](#usage)

```
use Telesink\Telesink;

Telesink::track([
    'event'      => 'User signed up',
    'text'       => 'user@example.com',
    'emoji'      => '👤',                    // optional
    'properties' => [                        // optional
        'user_id' => 123,
        'plan'    => 'pro',
    ],
]);
```

**Optional: Sending to a different sink**

You can send events to a different sink by passing an `endpoint` key (falls back to `TELESINK_ENDPOINT` if not set):

```
Telesink::track([
    'event'      => 'Job succeeded',
    'text'       => 'ProcessUserData',
    'emoji'      => '✅',
    'properties' => ['duration_ms' => 420],
    'endpoint'   => $_ENV['TELESINK_TEST_ENDPOINT'] ?? null,
]);
```

### License

[](#license)

MIT (see [LICENSE.md](/LICENSE.md)).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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.

###  Release Activity

Cadence

Every ~5 days

Total

2

Last Release

50d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1079123?v=4)[Kyrylo Silin](/maintainers/kyrylo)[@kyrylo](https://github.com/kyrylo)

---

Top Contributors

[![kyrylo](https://avatars.githubusercontent.com/u/1079123?v=4)](https://github.com/kyrylo "kyrylo (5 commits)")

---

Tags

analyticsevent-trackingmonitoringnotificationsphpreal-timesdktelesink

### Embed Badge

![Health badge](/badges/telesink-telesink/health.svg)

```
[![Health](https://phpackages.com/badges/telesink-telesink/health.svg)](https://phpackages.com/packages/telesink-telesink)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.8k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M259](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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