Installation
Make sure you have the following repository and configuration options added to your composer.json file in your WordPress plugin:
{
"repositories": [{
"type": "composer",
"url": "https://ce-kw.github.io/satis/"
}],
"minimum-stability": "dev",
"prefer-stable": true
}
Then run composer require cekw/wp-plugin.
Routing on top of WordPress
To disable the routing feature remove the following composer packages:
symfony/routingsymfony/http-foundation
Suggested packages
The following composer packages are suggested to help improving the development experience:
johnbillion/argshtmlburger/carbon-fieldstareq1988/wp-eloquentwptrt/admin-noticeskatzgrau/klogger