dereuromark/cakephp-meta

Meta plugin for CakePHP

Maintainers

Package info

github.com/dereuromark/cakephp-meta

Type:cakephp-plugin

pkg:composer/dereuromark/cakephp-meta

Statistics

Installs: 12 286

Dependents: 1

Suggesters: 0

Stars: 9

Open Issues: 0

1.1.1 2025-11-20 13:17 UTC

This package is auto-updated.

Last update: 2026-03-09 16:13:31 UTC


README

CI codecov PHPStan Latest Stable Version Minimum PHP Version License Total Downloads Coding Standards

This branch is for CakePHP 5.1+. For details see version map.

What is this plugin for?

This plugin helps to maintain and output meta tags for your HTML pages, including SEO relevant parts like "title", "keywords", "description", "robots" and "canonical".

It can be used as a simple view-only approach using the included helper, it can also be DB driven if desired, or dynamically be created from the controller context by passing the meta data to the view.

Installation and Usage

Please see Docs

ToDos

DB driven approach

Adding a Meta component and Metas Table we can pull data from an admin backend inserted DB table. Those could overwrite then any defaults set via actions or ctp templates.