Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedaro/structure

Examples demonstrating methods for structuring WordPress plugins.
https://github.com/cedaro/structure

Last synced: 3 months ago
JSON representation

Examples demonstrating methods for structuring WordPress plugins.

Awesome Lists containing this project

README

        

# Structure

Examples demonstrating methods for structuring WordPress plugins.

For more background, read [Structuring WordPress Plugins](http://www.cedaro.com/blog/structuring-wordpress-plugins/).

The [`composer` branch](https://github.com/cedaro/structure/tree/composer) demonstrates an example using Composer and the [WP Plugin Library](https://github.com/cedaro/wp-plugin). It requires PHP 5.4+.

The [`php52` branch](https://github.com/cedaro/structure/tree/php52) demonstrates an example designed to be compatible with PHP 5.2.