Download the PHP package laravel-enso/io without Composer
On this page you can find all versions of the php package laravel-enso/io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-enso/io
More information about laravel-enso/io
Files in laravel-enso/io
Package io
Short Description IO process monitoring for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/io
Informations about the package io
IO
Description
IO provides Enso process-monitoring events, websocket channels, and status enums for long-running operations.
The package registers broadcast channels for per-user and superior-level operation streams, maps websocket topics for the frontend, and ships observers, events, contracts, and enums around IO operation tracking.
It is an infrastructure package for operational feedback rather than a CRUD module.
Installation
Install the package:
Features
- Broadcast channels for
operationsandoperations.{userId}. - Websocket topic registration for IO updates.
- IO operation event and observer classes.
- Status and type enums for monitored operations.
Usage
The package is intended to be consumed by other Enso modules that implement the IOOperation contract and broadcast progress updates over the registered websocket channels.
Superior users receive the shared operations channel, while regular users receive their own operations.{userId} channel.
API
There is no HTTP API.
Operational surface:
- broadcast channels
operationsandoperations.{userId} - websocket topic
io LaravelEnso\\IO\\Contracts\\IOOperation
Depends On
Required Enso packages:
Companion frontend package:
Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!
All versions of io with dependencies
laravel-enso/enums Version ^3.0
laravel-enso/helpers Version ^4.0
laravel-enso/users Version ^2.0