dereuromark/cakephp-templating

CakePHP plugin around templating and (font) icons

Maintainers

Package info

github.com/dereuromark/cakephp-templating

Homepage

Documentation

Type:cakephp-plugin

pkg:composer/dereuromark/cakephp-templating

Statistics

Installs: 47 821

Dependents: 7

Suggesters: 0

Stars: 5

Open Issues: 0

0.2.14 2026-05-03 15:14 UTC

This package is auto-updated.

Last update: 2026-06-02 00:56:00 UTC


README

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

A CakePHP plugin to

  • make working with HTML and helpers more convenient
  • provide (font) icons from various libraries out of the box
  • together with IdeHelper also provide auto-complete on those icons

You can use one or many of the following icon sets out of the box:

You can also add your own custom icon set.

This branch is for CakePHP 5.1+. See version map for details.

Setup

composer require dereuromark/cakephp-templating

and

bin/cake plugin load Templating

Documentation

Full documentation lives at dereuromark.github.io/cakephp-templating.

A few good entry points:

The Markdown sources live in the docs directory of this repository.

Demo

See sandbox.dereuromark.de/sandbox/templating-examples.

TODO

  • Add more useful things - help welcome