LaravelPackages.net
Acme Inc.
Toggle sidebar
wuwx/laravel-stomp

6
0
About wuwx/laravel-stomp

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

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

Star History Chart