Skip to content

tonimedina/wp-bootstrap

 
 

Repository files navigation

WP Bootstrap

A simple pluggable framework for WordPress plugins.

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.

You can use the plugin and the bootstrap classes via

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.

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.

# Run
docker-compose up

License

MIT

About

A simple pluggable framework for WordPress plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.0%
  • PHP 30.2%
  • JavaScript 2.3%
  • HTML 0.5%