wuwx/laravel-stomp

Maintainers

Package info

github.com/wuwx/laravel-stomp

pkg:composer/wuwx/laravel-stomp

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-04-09 01:09 UTC

This package is auto-updated.

Last update: 2026-04-09 01:09:07 UTC


README

Laravel Stomp package for message queue integration via STOMP protocol.

Installation

composer require wuwx/laravel-stomp

Configuration

Publish the configuration file:

php artisan vendor:publish --provider="Wuwx\LaravelStomp\StompServiceProvider" --tag="config"

Usage

use Stomp;

// Use the Stomp facade
Stomp::someMethod();

Requirements

  • PHP 7.4+
  • Laravel 6.0+
  • ext-stomp (recommended)

License

MIT