Looking to hire Laravel developers? Try LaraJobs

laravel-stomp maintained by wuwx

Author
Last update
2026/04/09 03:09 (dev-master)
License
Links
Downloads
6

Comments
comments powered by Disqus

laravel-stomp

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