crustum/meta

Meta plugin for CakePHP

Maintainers

Package info

github.com/Crustum/meta

Type:cakephp-plugin

pkg:composer/crustum/meta

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-08-15 20:44 UTC

This package is not auto-updated.

Last update: 2026-08-16 20:13:58 UTC


README

The Meta plugin provides a fluent API for managing your application's document <head>, with support for title and meta tags, Open Graph, canonical URLs, robots directives, performance hints, and structured data.

Meta resolves page head metadata from defaults, route options, runtime calls, and error pages, then renders the accumulated tags through the Head view helper in your CakePHP layout's <head> element.

Requirements

  • PHP 8.4+

See Versions.md for the supported CakePHP versions.

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

License

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.