Bruno Meilick PHP Cache Driver PHP based Cache‑Driver Docs Source Install Manual Download and extract the folder to site/plugins/php-cachedriver Composer Copy Git Submodule Copy Sponsor Version 2.0.0 License MIT Stars 11 Supports K5 K4 K3 Created 11 Nov 2021 Updated 30 Nov 2024 Info Topics Caching Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 2.0.0 1.3.3 1.3.2 1.3.1 1.3.0 Similar plugins Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K5 K4 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 Redis Cache Driver Redis based Cache-Driver K5 K4 K3 More by Bruno Meilick More return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3 return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3 return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion K5 K4 K3