Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Bruno Meilick Bruno Meilick

    PHP Cache Driver

    PHP based Cache‑Driver

    Docs Source

    Manual

    Download and extract the folder to site/plugins/php-cachedriver

    Composer

    Git Submodule

    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

    • return [
          'afbora.kirby-minify-html' => [
              'enabled' => true,
              'options' => [...]
          ]
      ];
      Minify HTML Enable minify HTML output for Kirby 3 and 4. K5 K4 K3
    • SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3
    • Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K5 K4

    More by Bruno Meilick

    More
    • 
      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
    • Kart Streamlined E-Commerce Shopping Cart Solution K5
    • $page->file('ukulele.pdf')->fingerprint();
      Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3