2017 © Pedro Peláez
 

wordpress-plugin wp-bootstrap

A simple pluggable framework for WordPress plugins

image

axelspringer/wp-bootstrap

A simple pluggable framework for WordPress plugins

  • Friday, May 4, 2018
  • by axelspringer
  • Repository
  • 4 Watchers
  • 0 Stars
  • 868 Installations
  • CSS
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 234 % Grown

The README.md

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)

The Versions

04/05 2018

dev-master

9999999-dev https://github.com/axelspringer/wp-bootstrap

A simple pluggable framework for WordPress plugins

  Sources   Download

Apache-2.0

The Requires

 

plugin wordpress framework bootstrap