Fernando Gutiérrez Kirby Sign Kirby Sign makes it easy to generate signed URLs for your Kirby site. Docs Source Install Manual Download and extract the folder to site/plugins/kirby-sign Git Submodule Copy Version 1.0.1 License MIT Stars 8 Supports K5 K4 Created 30 Jul 2025 Updated 1 Aug 2025 Info Topics Security Content Protection Implements CLI command(s) Page method(s) Support Docs Issues Latest releases 1.0.1 1.0.0 Similar plugins Headless Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more K5 K4 K3 Patrol An easy and customizable way to manage access to website pages according to the roles assigned to users within the Kirby panel interface. K5 K4 $form = new Form(); if ($kirby->request()->is('POST')) { // Call security $form->spamWordsGuard(); // .. more code } Uniform Spam Words A plugin for Kirby that provides a spam guard for the Uniform Form plugin. It uses extendable word lists and weights and counts links and em… K5 K4 More by Fernando Gutiérrez More Courier Kirby Courier offers a convenient and painless solution for creating emails tailored for your Kirby website. K5 K4 K3 \Beebmx\KirbyEnv::load('main/path'); return [ 'debug' => env('KIRBY_DEBUG', false), 'secret' => env('SECRET_KEY'), 'public' => env('PUBLIC_KEY'), ]; Env Store project credentials and variables in a .env file and access them in Kirby K5 K4 K3 blueprints ├── pages │ ├── default.yml │ ├── home.policy.yml │ ├── simple.policy.yml │ ├── content.yml │ └── post.policy.yml ├── users │ ├── admin.yml │ └── editor.yml └── site.yml Policy Display different fields for different user roles in the Panel K5 K4