katsana/swarm

WebSocket Communication for Laravel

Maintainers

Details

github.com/katsana/swarm

Source

Issues

Installs: 508

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/katsana/swarm

v0.4.0 2020-11-01 06:55 UTC

This package is auto-updated.

Last update: 2025-10-10 22:12:52 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Installation

Swarm can be installed via composer:

composer require "katsana/swarm"

Configuration

The package will automatically register a service provider.

Next, you need to publish the Swarm configuration file:

php artisan vendor:publish --provider="Swarm\SwarmServiceProvider" --tag="config"