PHP Symfony Events: Developer tips to easily extend user administration and management within your code
A special thanks to James Halsall for some excellent tips in tapping into Symfony events through kernel listeners. His article explains how to create a service to trigger on certain events, this is related to the FOS User Bundle but the same pattern applies to most events in your Symfony project. Click here to read…