2017 © Pedro Peláez
 

cakephp-plugin cakephp-meta

Meta plugin for CakePHP

image

dereuromark/cakephp-meta

Meta plugin for CakePHP

  • Saturday, April 28, 2018
  • by dereuromark
  • Repository
  • 1 Watchers
  • 6 Stars
  • 320 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Meta plugin for CakePHP

CI Coverage Status License Minimum PHP Version Latest Stable Version Coding Standards, (*1)

This branch is for CakePHP 5.0+. For details see version map., (*2)

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"., (*3)

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., (*4)

Installation and Usage

Please see Docs, (*5)

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., (*6)

The Versions

28/04 2018

dev-master

9999999-dev https://github.com/dereuromark/cakephp-meta

Meta plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin cakephp seo view meta canonical