WP Bootstrap
A simple pluggable framework for WordPress plugins., (*1)
Getting Started
We provide an OOP for WordPress plugins. There are classes to construct settings pages, bootstrap code and general setup. They are found in the AxelSpringer\WP\Bootstrap
namespace., (*2)
You can use the plugin and the bootstrap classes via, (*3)
composer require axelspringer/wp-bootstrap:dev-master
You do not have to necessarily enable the plugin to use the bootstrap code. But there is global shared helper $wp_bootstrap
which provides many cool things., (*4)
Development
We use Docker Compose to provide a local development environment across projects. The WordPress listen at localhost:8181. The progress is saved in docker volumes., (*5)
# Run
docker-compose up
License
MIT, (*6)