slick / template
Allows integration and usage of a template engine of your choice with slick framework.
Installs: 4 382
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.2
- league/commonmark: ^2.6@dev
- slick/configuration: ^2.2@dev
- slick/error-handler: dev-main
- slick/http: ^3.1@dev
- slick/module-api: dev-main
- twig/markdown-extra: ^2|3.x
- twig/twig: ^2.15.0|3.x-dev
Requires (Dev)
- phpmd/phpmd: dev-master
- phpspec/prophecy: ^1.0@dev
- phpspec/prophecy-phpunit: ^2.0@dev
- phpstan/phpstan: 2.0.x-dev
- phpunit/phpunit: ^11.4@dev
- slick/webstack: ^2
- squizlabs/php_codesniffer: 4.0.x-dev
README
The Slick Template module serves as a straightforward wrapper for integrating the template engine of your choice. It provides easy-to-use interfaces that let you develop custom PHP template engines. Additionally, it includes an implementation of the Twig template engine, known for being flexible, fast, and secure.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
Install
Via Composer
$ composer require slick/template
Usage
Please read slick/template
documentation at https://www.slick-framework.com/modules/template.html
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email slick.framework@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.