PHPackages                             contributte/event-application-bridge - 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. contributte/event-application-bridge

Abandoned → [contributte/event-dispatcher-extra](/?search=contributte%2Fevent-dispatcher-extra)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

contributte/event-application-bridge
====================================

Bridge between event dispatcher and nette application

v0.1.1(8y ago)239.9k12MITPHPPHP &gt;= 5.6CI failing

Since May 21Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/contributte/event-application-bridge)[ Packagist](https://packagist.org/packages/contributte/event-application-bridge)[ Docs](https://github.com/contributte/event-application-bridge)[ RSS](/packages/contributte-event-application-bridge/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (2)

[![](https://camo.githubusercontent.com/03d62dc812e661be68d167482fd83ddff1f5fa091585b7fc3362c78cf2e25d6c/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d6272696467652f3f646570726563617465643d31)](https://camo.githubusercontent.com/03d62dc812e661be68d167482fd83ddff1f5fa091585b7fc3362c78cf2e25d6c/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d6272696467652f3f646570726563617465643d31)

 [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

 Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

Disclaimer
----------

[](#disclaimer)

⚠️This project is no longer being maintained. Please use [contributte/event-dispatcher-extra](https://github.com/contributte/event-dispatcher-extra).Composer[`contributte/event-application-bridge`](https://packagist.org/packages/contributte/event-application-bridge)Version[![](https://camo.githubusercontent.com/a7af1c35b7d6f02c8e536ff02cb45254dbca2a7492cbeebd14a1250e9e9a16c0/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d627269646765)](https://camo.githubusercontent.com/a7af1c35b7d6f02c8e536ff02cb45254dbca2a7492cbeebd14a1250e9e9a16c0/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d627269646765)PHP[![](https://camo.githubusercontent.com/4c21b56a06203fde702e7782096246df0698f8f697fca267a74a50faec2d1313/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d627269646765)](https://camo.githubusercontent.com/4c21b56a06203fde702e7782096246df0698f8f697fca267a74a50faec2d1313/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d627269646765)License[![](https://camo.githubusercontent.com/29d330eb7b95a0c03ce11132309ed0dc2a2d739ba549cba7c7267e323854723d/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d627269646765)](https://camo.githubusercontent.com/29d330eb7b95a0c03ce11132309ed0dc2a2d739ba549cba7c7267e323854723d/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f6576656e742d6170706c69636174696f6e2d627269646765)Versions
--------

[](#versions)

StateVersionBranchPHPstable`^0.1``master``>= 5.6`Documentation
-------------

[](#documentation)

### Usage 🎉

[](#usage-tada)

```
extensions:
	events: Contributte\EventDispatcher\DI\EventDispatcherExtension
	events2application: Contributte\Events\Bridges\Application\DI\EventApplicationBridgeExtension
```

### Bridge 🔧

[](#bridge-wrench)

There are several Nette Application events on which you can listen to.

```
use Contributte\Events\Bridges\Application\Event\ApplicationEvents;
use Contributte\Events\Bridges\Application\Event\ErrorEvent;
use Contributte\Events\Bridges\Application\Event\PresenterEvent;
use Contributte\Events\Bridges\Application\Event\RequestEvent;
use Contributte\Events\Bridges\Application\Event\ResponseEvent;
use Contributte\Events\Bridges\Application\Event\ShutdownEvent;
use Contributte\Events\Bridges\Application\Event\StartupEvent;
```

- `StartupEvent::NAME` &amp;&amp; `ApplicationEvents::ON_STARTUP`
- `ShutdownEvent::NAME` &amp;&amp; `ApplicationEvents::ON_SHUTDOWN`
- `RequestEvent::NAME` &amp;&amp; `ApplicationEvents::ON_REQUEST`
- `PresenterEvent::NAME` &amp;&amp; `ApplicationEvents::ON_PRESENTER`
- `ResponseEvent::NAME` &amp;&amp; `ApplicationEvents::ON_RESPONSE`
- `ErrorEvent::NAME` &amp;&amp; `ApplicationEvents::ON_ERROR`

### Subscriber 💡

[](#subscriber-bulb)

```
use Contributte\EventDispatcher\EventSubscriber;
use Contributte\Events\Bridges\Application\Event\RequestEvent;

final class LogRequestSubscriber implements EventSubscriber
{

	/**
	 * @return array
	 */
	public static function getSubscribedEvents()
	{
		return [RequestEvent::NAME => 'onLog'];
	}

	/**
	 * @param RequestEvent $event
	 * @return void
	 */
	public function onLog(RequestEvent $event)
	{
		// Do magic..
	}
}
```

Development
-----------

[](#development)

This package was maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this package.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance49

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~59 days

Total

2

Last Release

3225d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (13 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (4 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (1 commits)")

---

Tags

applicationbridgecontributteevent-dispatchereventsnette-frameworkphpeventnetteBridgeapplicationdispatcher

### Embed Badge

![Health badge](/badges/contributte-event-application-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/contributte-event-application-bridge/health.svg)](https://phpackages.com/packages/contributte-event-application-bridge)
```

###  Alternatives

[contributte/event-dispatcher

Best event dispatcher / event manager / event emitter for Nette Framework

292.4M19](/packages/contributte-event-dispatcher)[contributte/menu-control

Menu control for Nette framework

29108.6k1](/packages/contributte-menu-control)[carrooi/nette-menu

Menu control for Nette framework

2950.0k1](/packages/carrooi-nette-menu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
