The WordPress Plugin Boilerplate 101: How to Get Started
Since the inception of WordPress plugins many years ago not a lot has changed in the way we write them. There's a main plugin file with a header followed by the Wild West basically. Apart from using hooks, there is no standardized way of making plugins. In this article, we'll look at one possible solution - WordPress Plugin Boilerplate. It is meant to be a starting point for plugin development, an object oriented way of creating a standardized plugin.
(read more)