Dev Flow
Best way to allow plugins for a PHP application [closed]
asked 7 months agoAsked
0Answers
1Views
I am starting a new web application in PHP and this time around I want to create something that people can extend by using a plugin interface.
How does one go about writing 'hooks' into their code so that plugins can attach to specific events?