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 Class-based Blueprints

    PHP Class-based Blueprints for better type safety and code completion

    Docs Source
    Buy
    return Field::make(FieldTypes::TEXT)
        ->label('Description')
        ->toArray();
    Version
    5.1.3
    License
    Other
    Stars
    19
    Supports
    K5 K4 K3
    Created
    24 Nov 2023
    Updated
    1 Jul 2025

    Info

    Topics
    • DX
    • Blueprints
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 5.1.3
    • 5.1.2
    • 5.1.1
    • 5.1.0
    • 5.0.1

    Similar plugins

    • Playground Kirby plugin for creating UI test pages K5 K4
    • Ray Helper tool that enables ray (https://myray.app/) on all extendable methods. K5 K4 K3
    • Loop Interactive feedback tool for Kirby CMS websites that allows users to add contextual comments directly on page elements 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
    • class ExamplePage extends \Kirby\Cms\Page
      {
          use \Bnomei\ModelWithTurbo;
      }
      Turbo Speed up Kirby with automatic caching K5
    • Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3