codeinc / psr7-html-templates
A collection of PSR-7 compatible HTML templates
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/codeinc/psr7-html-templates
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).