--- title: Events & Filters excerpt: All available events and filters. ---
Herbie is using an event manager inspired by Zend's EventManager component. During the application lifecycle the following events are triggered.
| Name | Description | |
|---|---|---|
| {{ event.order }} | {{ event.name }} | {{ event.desc }} |
Herbie is using an intercepting filter inspired by Zend's FilterChain for providing a mechanism to alter the workflow of the rendering process. During the application lifecycle The following filters are used.
| Name | Description | |
|---|---|---|
| {{ filter.order }} | {{ filter.name }} | {{ filter.desc }} |
The given architecture allows you to attach your own listeners and filters.
This can be done in your custom Herbie plugin or in the index.php bootstrap file.