simtecsystem / cakephp-meta
Meta plugin for CakePHP
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 7
Type:cakephp-plugin
Requires
- php: >=5.6
- cakephp/cakephp: >=3.6
Requires (Dev)
- fig-r/psr2r-sniffer: dev-master
This package is auto-updated.
Last update: 2025-02-06 21:49:25 UTC
README
This plugin is an Fork of dereuromark to implement compatibility for CakePHP >= 3.6
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.