getkirby / pluginkit
Kirby Example Plugin
Fund package maintenance!
getkirby.com/buy
Installs: 1 540
Dependents: 0
Suggesters: 0
Security: 0
Stars: 30
Watchers: 6
Forks: 14
Open Issues: 0
pkg:composer/getkirby/pluginkit
This package is auto-updated.
Last update: 2025-10-14 13:34:43 UTC
README
This is a boilerplate for a Kirby plugin that can be installed via all three supported installation methods.
There are several variants of the Pluginkit for different types of plugins:
| Tutorial | Code | ZIP | Composer installation | |
|---|---|---|---|---|
| Basic setup | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-1-basic --remove-vcs |
| Setup with autoloader | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-2-autoloader --remove-vcs |
| Setup with Composer dependencies | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-3-composer --remove-vcs |
| Setup for Panel plugins | ➡︎ | ➡︎ | ⬇︎ | composer create-project getkirby/pluginkit site/plugins/your-plugin dev-4-panel --remove-vcs |