crustum / meta
Meta plugin for CakePHP
Requires
- php: >=8.4
- cakephp/cakephp: ^5.4
- crustum/plugin-manifest: ^1.0
- symfony/polyfill-php84: ^1.31
Requires (Dev)
- boundwize/structarmed: 0.14
- cakedc/cakephp-phpstan: ^4.3
- cakephp/cakephp-codesniffer: ^5.0
- crustum/essentia: ^1.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- phpstan/phpstan: ^2.2.2,<2.2.6
- rector/rector: ^2.5
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.