PHPackages                             centraldesktop/stomp - 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. centraldesktop/stomp

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

centraldesktop/stomp
====================

A Stomp 1.2 capable client

2.0.3(8y ago)577.1k↓31%8[1 issues](https://github.com/centraldesktop/php-stomp/issues)3Apache-2.0PHPPHP &gt;=5.4.0

Since Apr 19Pushed 8y ago12 watchersCompare

[ Source](https://github.com/centraldesktop/php-stomp)[ Packagist](https://packagist.org/packages/centraldesktop/stomp)[ RSS](/packages/centraldesktop-stomp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (24)Used By (3)

CentralDesktop STOMP Library
----------------------------

[](#centraldesktop-stomp-library)

Includes partial 1.2 support (including NACK), circular buffers, XML maps (in addition to JSON) and a whole host of fixes and improvements to the fusesource.org code base from which we worked some years ago.

License: Apache

To run unit tests:

```
composer install (or composer update)
vendor/bin/phpunit

```

Fork of:

Usage
-----

[](#usage)

```
  use CentralDesktop\Stomp\Connection;
  $factory = new \CentralDesktop\Stomp\ConnectionFactory\Failover(['host1:61612','host2:61612']), true);
  $con = new Connection($factory);

  // connect with some bad credentials and stomp protocol 1.2 (default 1.0 currently)
  $con->connect('username','password',1.2);

  // send a message to the "test" queue with body of payload
  // and with the message attribute persistent:true
  $con->send("test", "payload", array("persistent" => 'true'));
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50.4% 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 ~94 days

Recently: every ~225 days

Total

17

Last Release

3268d ago

Major Versions

0.9.4 → 1.0.02013-10-23

1.0.9 → 2.02015-02-10

PHP version history (2 changes)0.9.0PHP &gt;=5.3.6

2.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8c5fe7851c2f08861357cef4c0f1144beecddc53b50bbb8e8d73de85f087762?d=identicon)[treyhyde](/maintainers/treyhyde)

---

Top Contributors

[![jstrachan](https://avatars.githubusercontent.com/u/30140?v=4)](https://github.com/jstrachan "jstrachan (63 commits)")[![dejanb](https://avatars.githubusercontent.com/u/141611?v=4)](https://github.com/dejanb "dejanb (28 commits)")[![chirino](https://avatars.githubusercontent.com/u/103255?v=4)](https://github.com/chirino "chirino (18 commits)")[![treyhyde](https://avatars.githubusercontent.com/u/62077?v=4)](https://github.com/treyhyde "treyhyde (11 commits)")[![lmammino](https://avatars.githubusercontent.com/u/205629?v=4)](https://github.com/lmammino "lmammino (3 commits)")[![henning-gerhardt](https://avatars.githubusercontent.com/u/2129672?v=4)](https://github.com/henning-gerhardt "henning-gerhardt (1 commits)")[![gknapp](https://avatars.githubusercontent.com/u/143027?v=4)](https://github.com/gknapp "gknapp (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[civicrm/civicrm-core

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

728272.9k20](/packages/civicrm-civicrm-core)[j0k3r/php-readability

Automatic article extraction from HTML

186808.8k6](/packages/j0k3r-php-readability)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k136](/packages/symfony-ai-platform)[symfony/ai-agent

PHP library for building agentic applications.

30536.7k44](/packages/symfony-ai-agent)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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