wuwx / laravel-stomp
dev-master
2026-04-09 01:09 UTC
Requires
- illuminate/support: ^6.20|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- phpunit/phpunit: ^9.0|^10.0|^11.0
Suggests
- ext-stomp
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