Is there a consensus on how plugins should be implemented in a PHP application?
I\'ve looked into the observer pattern which comes close, it\'s really just a notificati
There is no consensus as in the Silver Bullet sense. For established patterns, you have multiple options like
to name a few.
Which you use is up to you, but you should make sure your system architecture supports the modularity. Have a look at these slides for some ideas