bedita/placeholders

Placeholders plugin for BEdita.

Maintainers

Package info

github.com/bedita/placeholders

Type:cakephp-plugin

pkg:composer/bedita/placeholders

Statistics

Installs: 7 999

Dependents: 1

Suggesters: 1

Stars: 1

Open Issues: 0

v4.0.0 2026-03-06 14:13 UTC

This package is auto-updated.

Last update: 2026-03-06 14:13:21 UTC


README

Github Actions PHP codecov phpstan psalm Scrutinizer Code Quality Version License

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require bedita/placeholders

Usage

Add the plugin to your application:

src/Application.php

$this->addPlugin('BEdita/Placeholders');

and run plugin migrations to create the placeholder relation:

$ bin/cake migrations migrate -p BEdita/Placeholders