slighting/contracts

为 slighthning 项目提供的一系列抽象

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

This package is auto-updated.

Last update: 2024-09-29 01:07:31 UTC


README

SfLightning 项目所需接口列表。

实现可以在以下位置找到:[这里](https://github.com/BaptisteContreras/lightning-lib) Symfony 扩展包 [这里](https://github.com/BaptisteContreras/lightning-bundle)

安装

 composer require sflightning/contracts

事件

    namespace Sflightning\Contracts\Event;

Sflightning 项目生命周期中可以触发的所有事件。

Swoole

    namespace Sflightning\Contracts\Event\Swoole;

Sflightning 项目生命周期中触发 Swoole 生命周期事件。