PHPackages                             telephantast/message - 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. telephantast/message

Abandoned → [thesis/message](/?search=thesis%2Fmessage)Library

telephantast/message
====================

Thesis Message

0.4.0(10mo ago)41.3k↓33.3%14MITPHPPHP ^8.3CI failing

Since May 20Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/thesis-php/message)[ Packagist](https://packagist.org/packages/telephantast/message)[ Fund](https://www.tinkoff.ru/cf/5MqZQas2dk7)[ RSS](/packages/telephantast-message/feed)WikiDiscussions 0.4.x Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (9)Used By (4)

Thesis Message
==============

[](#thesis-message)

[![PHP Version Requirement](https://camo.githubusercontent.com/f2648cb8001c58610f59000e5637731345a8b11574939fe24372f8a8536f39d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f7468657369732f6d6573736167652f706870)](https://packagist.org/packages/thesis/message)[![GitHub Release](https://camo.githubusercontent.com/db398a26bbd2c04bf4afe7a32076ff40aaa2cfdc140d1895b7df9c7f19ae531e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7468657369737068702f6d657373616765)](https://github.com/thesisphp/message/releases)

This package provides four interfaces for messaging: [`Message`](src/Message.php), [`Command`](src/Command.php), [`Event`](src/Event.php) and [`Call`](src/Call.php).

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

[](#installation)

```
composer require thesis/message
```

Usage
-----

[](#usage)

```
use Thesis\Message\Call;
use Thesis\Message\Command;
use Thesis\Message\Event;

final readonly class RegisterUser implements Command
{
    public function __construct(
        public Uuid $userId,
        public string $name,
    ) {}
}

final readonly class UserRegistered implements Event
{
    public function __construct(
        public Uuid $userId,
    ) {}
}

/**
 * @implements Call
 */
final readonly class GetUserName implements Call
{
    public function __construct(
        public Uuid $userId,
    ) {}
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance54

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

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 ~44 days

Recently: every ~26 days

Total

8

Last Release

306d ago

PHP version history (2 changes)0.1.x-devPHP ^8.1

0.2.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2552865?v=4)[Valentin Udaltsov](/maintainers/vudaltsov)[@vudaltsov](https://github.com/vudaltsov)

---

Top Contributors

[![vudaltsov](https://avatars.githubusercontent.com/u/2552865?v=4)](https://github.com/vudaltsov "vudaltsov (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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