mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
14 lines
617 B
Markdown
14 lines
617 B
Markdown
# Shlink Event Dispatcher
|
|
|
|
This library provides a PSR-14 EventDispatcher which is capable of dispatching both regular listeners and async listeners which are run using [swoole]'s task system.
|
|
|
|
Most of the elements it provides require a [PSR-11] container, and it's easy to integrate on [expressive] applications thanks to the `ConfigProvider` it includes.
|
|
|
|
## Install
|
|
|
|
Install this library using composer:
|
|
|
|
composer require shlinkio/shlink-event-dispatcher
|
|
|
|
> This library is also an expressive module which provides its own `ConfigProvider`. Add it to your configuration to get everything automatically set up.
|