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
  • AI
  • Analytics
  • Assets
  • Authentication
  • Caching
  • Cli
  • Content Creation
  • CSS
  • Databases
  • Dates
  • Debugging
  • DX
  • E-Commerce
  • Feeds
  • Forms
  • Headless
  • Icons
  • Internationalisation
  • Jamstack
  • Logging
  • Media
  • Panel
  • Performance
  • Privacy
  • Routing
  • Search
  • Security
  • SEO
  • Social Media
  • Structured data
  • Templating
  • Text
  • Typography
  • Versioning
  • Videos
  • WYSIWYG
  • Logging

    Featured

    • Markus Denhoff Markus Denhoff

      Sentry

      Sentry real-time crash reporting for Kirby CMS sites

    All plugins

    • Content Watch Allows you to keep track of what has been changed and by whom. K4
    • Logger Gain deeper insights into your Kirby website's behavior with the powerful Logger. K3
    • monolog()->log('something CRITICAL happend 😱', 'critical');
      Monolog Have you ever missed an error message and were clueless about what was going on? Never again: Use Monolog to log your messages to a myriad o… K4 K3
    • Debug Bar PHP Debug Bar for KirbyCMS K4 K3
    • <?php foreach ($notifications as $notification): ?>
        <li>
          <?= $notification
            ->track()
            ->toReference()
            ->title() ?>
        </li>
      <?php endforeach ?>
      Tracker Tracker is a plugin to track content changes and create panel logs or front-end notifications in member areas. K3
    • Kirbylog Zero-dependency global kirbylog() helper for any content K5 K4 K3
    • monolog()->info('test-' . time()), [
          'title' => $page->title(),
          'page'  => $page->id()
      ]);
      Monolog Use Monolog to log data to files, databases, notifications and more. K5 K4 K3
    • $site->log('My message', 'error');
      Log A little log utility (KLogger wrapper) K4 K3