PHPackages                             componenta/websocket-app - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. componenta/websocket-app

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

componenta/websocket-app
========================

Application integration for Componenta WebSocket server

v1.0.0(1mo ago)00MITPHPPHP ^8.4

Since Jun 18Pushed 1mo agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Componenta WebSocket App
========================

[](#componenta-websocket-app)

Application integration for `componenta/websocket-server`. The package adds a WebSocket application adapter, boot target, and bootloader for the `Scope::WEBSOCKET` runtime.

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

[](#installation)

```
composer require componenta/websocket-app
```

The package exposes `Componenta\App\WebSocket\ConfigProvider` through Composer metadata and includes `Componenta\WebSocket\ConfigProvider`.

Registered Services
-------------------

[](#registered-services)

`ConfigProvider` registers:

Service or config keyPurpose`WebSocketAppAdapter`Creates a WebSocket app for `Scope::WEBSOCKET`.`WebSocketBootTargetAdapter`Creates the boot target for WebSocket configuration.`WebSocketBootloader`Loads `config/websocket.php` when it exists.`App`Runs the configured WebSocket server application.Configuration File
------------------

[](#configuration-file)

`WebSocketBootloader` requires `config/websocket.php` if it exists. The file receives `$app` as `WebSocketBootTargetInterface` and can set the application:

```
use Componenta\App\WebSocket\Boot\Target\WebSocketBootTargetInterface;

/** @var WebSocketBootTargetInterface $app */
$app->application = App\WebSocket\ChatApplication::class;
```

The assigned value may be a `WebSocketApplicationInterface`, a container service id, a `MessageRouterInterface`, or a callable.

Related Packages
----------------

[](#related-packages)

- [`componenta/websocket-server`](https://github.com/componenta/websocket-server/blob/main/README.md) provides the server, protocol, connection, socket, and application contracts.
- [`componenta/skeleton`](https://github.com/componenta/skeleton/blob/main/README.md) has a WebSocket preset with `bin/websocket.php`.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance91

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

42d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20490712?v=4)[Andrey Shelamkoff](/maintainers/Shelamkoff)[@Shelamkoff](https://github.com/Shelamkoff)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/componenta-websocket-app/health.svg)

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

###  Alternatives

[symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

4.2k455.6M9.9k](/packages/symfony-dependency-injection)[illuminate/contracts

The Illuminate Contracts package.

706130.3M14.2k](/packages/illuminate-contracts)[illuminate/container

The Illuminate Container package.

31082.0M2.4k](/packages/illuminate-container)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k54](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k47](/packages/civicrm-civicrm-core)[symfony/object-mapper

Provides a way to map an object to another object

361.5M56](/packages/symfony-object-mapper)

PHPackages © 2026

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