PHPackages                             activpik/stomp-bundle - 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. [API Development](/categories/api)
4. /
5. activpik/stomp-bundle

ActiveSymfony-bundle[API Development](/categories/api)

activpik/stomp-bundle
=====================

Stomp bundle for Symfony 2

037PHP

Since Sep 7Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Kalyzee/ActivpikStompBundle)[ Packagist](https://packagist.org/packages/activpik/stomp-bundle)[ RSS](/packages/activpik-stomp-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ActivpikStompBundle
===================

[](#activpikstompbundle)

Symfony StompClient Integration.

Download this bundle using composer :

In your composer.json add :

```
"activpik/stomp-bundle": "dev-master"

```

In your config.yml file add theses lines

```
activpik_stomp:
  sandbox: false
  connections:
    kalyzee_messenging :
      host: localhost
      port: 61613
  producers:
      activpik_producer:
        destination: activpik/producer
        connection: kalyzee_messenging
      activpik_producer2:
        destination: activpik/producer2
        connection: kalyzee_messenging

```

You can define a connection to a message broker by adding an connections item. You can define a producer by adding an item to "producers".

Sandbox allows you to test your application without send message.

Usage in a Symfony2 Controller

First you have to create a message :

```
 $message = $this->container->get("activpik_stomp_message_factory")->createMessage(array("id" => "id", "value"=>"value"));

```

After you can send it with this command :

```
$this->container->get("activpik_stomp")->send("activpik_producer", $message);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d45fe90c9bcb380258766b2ed72eab584fe8478079af0e1d5b925183261d5e7?d=identicon)[ludovic-bouguerra](/maintainers/ludovic-bouguerra)

---

Top Contributors

[![ludovic-bouguerra](https://avatars.githubusercontent.com/u/828542?v=4)](https://github.com/ludovic-bouguerra "ludovic-bouguerra (6 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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