Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cedaro/structure
- Owner: cedaro
- Created: 2016-04-22T17:32:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:18:17.000Z (over 6 years ago)
- Last Synced: 2024-04-29T21:16:44.954Z (7 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 25
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.