PHPackages                             winzana/functional-event - 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. winzana/functional-event

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

winzana/functional-event
========================

Implement Symfony event with Annotation

v0.1.2(6y ago)13.3k[1 issues](https://github.com/Winzana/functional-event/issues)MITPHPPHP &gt;=7.1

Since Jun 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Winzana/functional-event)[ Packagist](https://packagist.org/packages/winzana/functional-event)[ Docs](https://www.winzana.com)[ RSS](/packages/winzana-functional-event/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Winzana - Model Event Bundle
============================

[](#winzana---model-event-bundle)

Symfony functional Event Bundle

Install
-------

[](#install)

Create a config file `config/packages/winzana_model_event.yaml`.

```
event:
    mapping:
        paths: ['%kernel.project_dir%/src/CommandHandler']
```

Add bundle into `config\bundles.php`.

```
