PHPackages                             kuick/event-dispatcher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kuick/event-dispatcher

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kuick/event-dispatcher
======================

Kuick Event is a slim PSR-14 Event Dispatcher implementation

v1.1.3(1y ago)15.8k1MITPHPPHP &gt;=8.2.0

Since Jan 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/milejko/kuick-event-dispatcher)[ Packagist](https://packagist.org/packages/kuick/event-dispatcher)[ RSS](/packages/kuick-event-dispatcher/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (1)

Kuick Event Dispatcher
======================

[](#kuick-event-dispatcher)

[![Latest Version](https://camo.githubusercontent.com/c88ef23fddd6c239b6009842f81e0242d31b2ad3a6cac036d0a47087abc2b24f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c656a6b6f2f6b7569636b2d6576656e742d646973706174636865722e7376673f63616368655365636f6e64733d33363030)](https://github.com/milejko/kuick-event-dispatcher/releases)[![PHP](https://camo.githubusercontent.com/1d5f83818036cc3d31c37a1b288dcfbac9459d782184c8e3d0bd30960ca0a657/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e32253230253743253230382e33253230253743253230382e342d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](https://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/f54f7fa85fea720cc36dc561327b531c52f7d87f9f1c38c36cb961ec3c76a259/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7569636b2f6576656e742d646973706174636865722e7376673f63616368655365636f6e64733d33363030)](https://packagist.org/packages/kuick/event-dispatcher)[![GitHub Actions CI](https://github.com/milejko/kuick-event-dispatcher/actions/workflows/ci.yml/badge.svg)](https://github.com/milejko/kuick-event-dispatcher/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/8701ea8639ae14d0fd66f6d501f57c660a539ded1e500ae3333df14acdb77689/68747470733a2f2f636f6465636f762e696f2f67682f6d696c656a6b6f2f6b7569636b2d6576656e742d646973706174636865722f67726170682f62616467652e7376673f746f6b656e3d4d3346573358594a354a)](https://codecov.io/gh/milejko/kuick-event-dispatcher)[![Software License](https://camo.githubusercontent.com/e2f0982d826e942af97a6e879597c2301c2a8a97567d69e47148db858bbc5de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f63616368655365636f6e64733d3134343030)](LICENSE)

PSR-14 Event Dispatcher lightweight implementation
--------------------------------------------------

[](#psr-14-event-dispatcher-lightweight-implementation)

### Key features

[](#key-features)

1. Full [PSR-14](https://www.php-fig.org/psr/psr-14/) compatibility
2. Easy to use listener registration
3. Listener prioritization
4. Support for wildcard listeners (ie. *, Prefix*)

### Examples

[](#examples)

1. Registering listeners to the listener provider

```
