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
  • Blocks
  • Blueprints
  • Cache drivers
  • CLI commands
  • Collection methods
  • Controllers
  • Core Components
  • CSSs
  • Field methods
  • File methods
  • Helpers
  • Hooks
  • Kirbytags
  • Page methods
  • Page models
  • Pages methods
  • Panel areas
  • Panel components
  • Panel dialogs
  • Panel dropdowns
  • Panel fields
  • Panel Field Previews
  • Panel sections
  • Panel views
  • Panel view buttons
  • Plugin extensions
  • Routes
  • Site methods
  • Snippets
  • Templates
  • Template engines
  • Textarea buttons
  • Thumb drivers
  • User methods
  • Users methods
  • View buttons
  • User methods

    • Patrol An easy and customizable way to manage access to website pages according to the roles assigned to users within the Kirby panel interface. K4
    • $object->isPage();
      $object->isUser();
      $object->isFile();
      $page->isType('article');
      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 –… 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