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
-
-
-
-
-
-
- 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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations.
-
-
-
- PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion
- Choices Choices is a plugin that provides methods to manage field options in the frontend. For any field – like select, multiselect or checkboxlist …
-
- Date Methods Date Methods is a plugin that allows for advanced date and time parsing and formatting using PHP's core date objects. It offers methods for …
-
- Methods Folder Methods Folder is a plugin to automatically register local methods provided in the folder site/methods just like Kirby accepts local collect…
-
- List Methods List Methods is a plugin providing methods to generate comma-separated list from collections like pages, users or files. It allows for custo…
- Policy Display different fields for different user roles in the Panel
- Illuminate Database Use Laravel's illuminate/database package in Kirby
- Env Store project credentials and variables in a .env file and access them in Kirby
- snippetWhen Helper snippetWhen is a helper function to conditionally embed snippets.
- Attributes Helper Helper for Kirby to build attributes based on conditions, like conditionally adding classes to an element
- Type Methods Type Methods is a plugin helping to identify the type of an object, either page, user or file, in order to simplify logic in snippets that –…
- Handle Kirby plugin that transform social handles into links to their corresponding profiles
- Blindtext Blindtext is the German word for filler text and thus this plugin offers fillers that can be inserted into templates for layout purposes.
- List Filters Kirby allows for the storage of value lists using its select, tags or checkboxes fields but it doesn't offer ways to filter items by those v…
-
-
- Middleware Kirby Middleware provides a powerful mechanism for inspecting and filtering requests entering in your Kirby site.
- Migrations Migrations management (eg. for Databases)
- Fingerprint File method and css/js helpers to add hashes to assets and files
- OAuth2 Email This plugin allows you to authenticate users via OAuth2 and their email address.
- GEO This plugin adds basic geo search and conversion functionalities to Kirby
- Field Composer Field methods to help compose complex strings from content fields: merge, manipulate, conditional logic and more.
- Content Security Policy Simplify the content security policy headers setup for your website
- Robots.txt Manage the robots.txt from Kirby's config file
- ATAI Generate alternative text for images using alttext.ai
- Turbo Speed up Kirby with automatic caching
-
-
- TranslatedLayout A layout field with embedded translation logic.
-
-
-
-
-
-
-
-
-
- Pageview Counter Track Page view count and last visited timestamp
-
- 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.
-
-
-
- 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.
-
-
-
- Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping.
- Feed and Sitemap Generate a RSS or JSON-Feed or XML-Sitemap from a collection of pages
- Password Policy Enforce a password policy on user creation or password change
- DotEnv Store project credentials and environment variables in a .env file and access them in Kirby
-
- Redirects Setup HTTP status code redirects from within the Panel
- Autoloader Helper to automatically load various Kirby extensions in a plugin
- Monolog Use Monolog to log data to files, databases, notifications and more.
-
-
-
-
-
- Footnotes This plugin extends Kirby with some basic, extremely easy and unopinionated footnote functionalities.
- Locked Pages Password-protect pages easily, Panel blueprint included
- Tidy HTML Tidy HTML output for Kirby