https://github.com/dereuromark/cakephp-templating
A plugin for templating in CakePHP with HTML value objects, font-icons and useful helpers
https://github.com/dereuromark/cakephp-templating
Last synced: 29 days ago
JSON representation
A plugin for templating in CakePHP with HTML value objects, font-icons and useful helpers
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-templating
- Owner: dereuromark
- License: mit
- Created: 2023-12-10T10:34:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T17:54:38.000Z (about 1 month ago)
- Last Synced: 2025-03-17T01:42:06.607Z (about 1 month ago)
- Language: PHP
- Size: 1.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Templating - HTML snippets as value objects, (Font) icons, and templating topics. (Templating)
README
# Templating Plugin for CakePHP
[](https://github.com/dereuromark/cakephp-templating/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster)
[](https://app.codecov.io/github/dereuromark/cakephp-templating/tree/master)
[](https://php.net/)
[](https://packagist.org/packages/dereuromark/cakephp-templating)
[](https://phpstan.org/)
[](https://packagist.org/packages/dereuromark/cakephp-templating)
[](https://packagist.org/packages/dereuromark/cakephp-templating)
[](https://github.com/php-fig-rectified/fig-rectified-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 iconsYou can use one or many of the following icon sets out of the box:
- [Bootstrap](https://icons.getbootstrap.com/)
- [FontAwesome](https://fontawesome.com/icons) v4/v5/v6
- [Material](https://fonts.google.com/icons)
- [Feather](https://feathericons.com/)You can also add your own custom icon set.
This branch is for **CakePHP 5.0+**. See [version map](https://github.com/dereuromark/cakephp-templating/wiki#cakephp-version-map) for details.
## Setup
```
composer require dereuromark/cakephp-templating
```
and
```
bin/cake plugin load Templating
```## Usage
See [Docs](/docs).
## Demo
See [sandbox.dereuromark.de/sandbox/templating-examples](https://sandbox.dereuromark.de/sandbox/templating-examples).## TODO
- Add more useful things - help welcome