wuwx/laravel-stomp is a Laravel package.
It currently has 0 GitHub stars and 6 downloads on Packagist.
Install it with composer require wuwx/laravel-stomp.
Discover more Laravel packages by wuwx
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Stomp package for message queue integration via STOMP protocol.
composer require wuwx/laravel-stomp
Publish the configuration file:
php artisan vendor:publish --provider="Wuwx\LaravelStomp\StompServiceProvider" --tag="config"
use Stomp;
// Use the Stomp facade
Stomp::someMethod();
MIT