Kirby 5 plugins
The following plugins have been tested and are compatible with Kirby 5
More Kirby 4 plugins might be compatible, but haven't been tested yet. Please, let us know if you find additional compatible plugins. support@getkirby.com
-
- Uniform Probably the most versatile solution for handling web form submissions, validation and backend processing on your site
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Fingerprint File method and css/js helpers to add hashes to assets and files
- Content Security Policy Simplify the content security policy headers setup for your website
- Robots.txt Manage the robots.txt from Kirby's config file
-
-
- Field Composer Field methods to help compose complex strings from content fields: merge, manipulate, conditional logic and more.
- TranslatedLayout A layout field with embedded translation logic.
-
-
- OAuth2 Email This plugin allows you to authenticate users via OAuth2 and their email address.
-
-
-
- Handle Kirby plugin that transform social handles into links to their corresponding profiles
- Kirby Query Language (KQL) Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.
-
-
-
-
-
- Pageview Counter Track Page view count and last visited timestamp
- PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion
- HTMLHead Add a best-practice HTML head element to your templates, extendable with snippets
- Kirby Inherit If the current field is empty or does not exist, it gets the same field from the parent pages. It goes all the way to the site.
-
- Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations.
-
-
-
-
- Minify HTML Enable minify HTML output for Kirby 3 and 4.
-
-
- CLI The Kirby command line interface helps to simplify common tasks with your Kirby installations.
-
-
- KBD Tag Kirbytag to wrap text in HTML <kbd> elements including a custom textareaButton for Kirby 4 and sample CSS for styling.
-
- Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping.
- GEO This plugin adds basic geo search and conversion functionalities to Kirby
- SVG Tag Kirbytag to output linked SVG into HTML and optionally wrap with an element of your choosing.
- Feed and Sitemap Generate a RSS or JSON-Feed or XML-Sitemap from a collection of pages
-
- Redirects Setup HTTP status code redirects from within the Panel
- DotEnv Store project credentials and environment variables in a .env file and access them in Kirby
-
- Autoloader Helper to automatically load various Kirby extensions in a plugin
- Monolog Use Monolog to log data to files, databases, notifications and more.
-
-
- Locked Pages Password-protect pages easily, Panel blueprint included