laravel-stomp maintained by wuwx
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