sflightning / contracts
A set of abstractions for the sflightning project
dev-main
2022-05-28 20:24 UTC
Requires
- php: >=7.3
Requires (Dev)
- swoole/ide-helper: ^4.6
Suggests
- sflightning/lib: A library to use Swoole with Symfony. Also an implementation of sflightning/contracts
Conflicts
- ext-swoole: <4.6.0
This package is auto-updated.
Last update: 2024-10-29 01:24:57 UTC
README
A list of interfaces needed by the SfLightning project.
An implementation can be found here Symfony bundle here
Installation
composer require sflightning/contracts
Event
namespace Sflightning\Contracts\Event;
All events that can be triggered during the lifecycle of a Sflightning project.
Swoole
namespace Sflightning\Contracts\Event\Swoole;
Swoole lifecycle's events triggered during the lifecycle of a Sflightning project.