sflightning/contracts

A set of abstractions for the sflightning project

dev-main 2022-05-28 20:24 UTC

This package is auto-updated.

Last update: 2024-04-29 00:13:46 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.