slighting / contracts
为 slighthning 项目提供的一系列抽象
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-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 生命周期事件。