KnpLabs / ConsoleServiceProvider

A Console service provider for Silex
MIT License
107 stars 37 forks source link

Allow Silex applications to listen to console events #31

Closed skalpa closed 7 years ago

skalpa commented 7 years ago

This injects the Silex dispatcher into the console application so users can listen to console events.

This was proposed in #9 but the original PR is two years old and has conflicts.

There's a new test, so I had to base the PR on #30. The only real commit here is the last one.