Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-30T10:04:18.000Z (2 months ago)
- Last Synced: 2024-10-02T21:36:55.610Z (about 1 month ago)
- Language: PHP
- Size: 2.36 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
[![CI](https://github.com/dereuromark/cakephp-templating/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-templating/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/dereuromark/cakephp-templating/master.svg)](https://app.codecov.io/github/dereuromark/cakephp-templating/tree/master)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-templating/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-templating)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)
[![License](https://poser.pugx.org/dereuromark/cakephp-templating/license)](https://packagist.org/packages/dereuromark/cakephp-templating)
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-templating/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-templating)
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](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