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

Abandoned → [stomp-php/stomp-php](/?search=stomp-php%2Fstomp-php)Library

fusesource/stomp-php
====================

stomp support for PHP

2.1.1(13y ago)93276.7k↓41.6%44[17 issues](https://github.com/dejanb/stomp-php/issues)[4 PRs](https://github.com/dejanb/stomp-php/pulls)3Apache-2.0PHPPHP &gt;=5.3.0

Since Mar 15Pushed 9y ago9 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (3)

A simple PHP [Stomp](http://stomp.github.com) Client

This Project Has Been Deprecated
--------------------------------

[](#this-project-has-been-deprecated)

*This repository is no longer maintained*. We support and maintain the successor of this codebase at [stomp-php/stomp-php](https://github.com/stomp-php/stomp-php).

Version choice
--------------

[](#version-choice)

There are 2 Versions of stomp-php. 1.x is compatible with PHP &lt;= PHP-5.2 as it does not use PHP-5.3 specific features.

The master branch uses features such as namespaces and newer constants and will become the 2.x release in the near future.

For versioning [semantic versioning](http://semver.org/) is used.

The different Versions can be found at the [tags](stomp-php/tags)section.

Installing
----------

[](#installing)

The source is PSR-0 compliant. So just donwload the source and add the Namespace "FuseSource" to your autoloader configuration with the path pointing to src/.

As an alternate you have the possibility to make use of composer to manage your project dependencies.

Just add

```
"require": {
    "fusesource/stomp-php" : "2.0.*"
}

```

to your project composer.json.

Running Examples
----------------

[](#running-examples)

Examples are located in `src/examples` folder. Before running them, be sure you have installed this library properly and you have started ActiveMQ broker (recommended version 5.5.0 or above) with \[Stomp connector enabled\] ().

You can start by running

```
cd examples
php first.php

```

Also, be sure to check comments in the particular examples for some special configuration steps (if needed).

Documentation
-------------

[](#documentation)

- [Web Site](http://stomp.fusesource.org/documentation/php/)

Tests
-----

[](#tests)

The tests at the moment need a running instance of activeMQ listening on the default STOMP Port 61613.

To run the tests you first need to fetch the dependencies for the test suite via composer:

```
$ php composer.phar install

```

###  Health Score

41

—

FairBetter than 88% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity48

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

4822d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a0c15298bde9fac0fb1224859b69b1be1d17f747fc03d2b435e2028ea14f0d3?d=identicon)[monofone](/maintainers/monofone)

---

Top Contributors

[![igorw](https://avatars.githubusercontent.com/u/88061?v=4)](https://github.com/igorw "igorw (15 commits)")[![monofone](https://avatars.githubusercontent.com/u/373163?v=4)](https://github.com/monofone "monofone (12 commits)")[![dejanb](https://avatars.githubusercontent.com/u/141611?v=4)](https://github.com/dejanb "dejanb (4 commits)")[![beatchristen](https://avatars.githubusercontent.com/u/1488849?v=4)](https://github.com/beatchristen "beatchristen (3 commits)")[![staabm](https://avatars.githubusercontent.com/u/120441?v=4)](https://github.com/staabm "staabm (3 commits)")[![byteshinobi](https://avatars.githubusercontent.com/u/884428?v=4)](https://github.com/byteshinobi "byteshinobi (1 commits)")[![raoulbhatia](https://avatars.githubusercontent.com/u/727412?v=4)](https://github.com/raoulbhatia "raoulbhatia (1 commits)")

---

Tags

messagingjmsstompactiveMQ

### Embed Badge

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

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

###  Alternatives

[stomp-php/stomp-php

stomp support for PHP

1285.6M26](/packages/stomp-php-stomp-php)[queue-interop/queue-interop

Promoting the interoperability of MQs objects. Based on Java JMS

48030.5M86](/packages/queue-interop-queue-interop)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M290](/packages/pusher-pusher-php-server)[goetas-webservices/xsd2php-runtime

Convert XSD (XML Schema) definitions into PHP classes

4910.9M34](/packages/goetas-webservices-xsd2php-runtime)

PHPackages © 2026

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