codeinc / psr7-html-templates
This package is abandoned and no longer maintained.
The author suggests using the codeinc/ui package instead.
A collection of PSR-7 compatible HTML templates
1.1.0
2018-07-25 09:06 UTC
Requires
- php: >=7.2
- codeinc/html-templates: ^1.1
- codeinc/psr7-responses: ^1.3
Requires (Dev)
- phpunit/phpunit: ^7
Suggests
- codeinc/error-renderer: A lib to render exceptions and errors into HTML or CLI
- codeinc/psr7-response-sender: A PSR-7 response sender
This package is not auto-updated.
Last update: 2022-02-01 13:13:53 UTC
README
A collection PSR-7 compatible HTML templates written in PHP 7. This repository is a PSR-7 compatible copy of codeinc/html-templates.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/psr7-html-templates
License
The library is published under the MIT license (see LICENSE
file).