laravel-enso/io is a Laravel package for io process monitoring for laravel enso.
It currently has 3 GitHub stars and 47.410 downloads on Packagist (latest version 2.8.4).
Install it with composer require laravel-enso/io.
Discover more Laravel packages by laravel-enso
or browse all Laravel packages to compare alternatives.
Last updated
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.
Install the package:
composer require laravel-enso/io
operations and operations.{userId}.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.
There is no HTTP API.
Operational surface:
operations and operations.{userId}ioLaravelEnso\\IO\\Contracts\\IOOperationRequired Enso packages:
Companion frontend package:
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!