PHPackages                             slick/template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. slick/template

ActiveLibrary[Templating &amp; Views](/categories/templating)

slick/template
==============

Allows integration and usage of a template engine of your choice with slick framework.

v3.2.0(5mo ago)05.6k↓42.9%3MITPHPPHP &gt;=8.2CI failing

Since Feb 10Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/slickframework/template)[ Packagist](https://packagist.org/packages/slick/template)[ Docs](https://github.com/slickframework/template)[ RSS](/packages/slick-template/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (14)Versions (16)Used By (3)

Slick Template package
======================

[](#slick-template-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/432edf5d1f554c4dd109d8d4ec50c642819395bd6b027a95a89d6f4da804f8f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c69636b2f74656d706c6174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/slick/template)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/37f679c963c1e49d75b00494b8d927a675f11369609516a621244f51886b914a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736c69636b6672616d65776f726b2f74656d706c6174652f636f6e74696e756f75732d696e746567726174696f6e2e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/slickframework/template/actions/workflows/continuous-integration.yml)[![Quality Score](https://camo.githubusercontent.com/3879740d06e016a460219df54902ad8303f1b492692400a351f28c3f3c442877/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736c69636b6672616d65776f726b2f74656d706c6174652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/slickframework/template)[![Total Downloads](https://camo.githubusercontent.com/a1d6cee9674725ca6d85b0729da9a2a56e08d58f01b89a2a34cdc61f0ea99878/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736c69636b2f74656d706c6174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/slickframework/template)

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](http://semver.org) specification.

Install
-------

[](#install)

Via Composer

```
$ composer require slick/template
```

Usage
-----

[](#usage)

Please read `slick/template` documentation at

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Slick framework](https://github.com/slickframework)
- [All Contributors](https://github.com/slickframework/template/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance71

Regular maintenance activity

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~279 days

Recently: every ~128 days

Total

14

Last Release

163d ago

Major Versions

v1.3.0 → v2.0.02023-02-22

v2.0.0 → v3.0.02024-08-23

PHP version history (2 changes)v2.0.0PHP &gt;=8.0

v3.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101112?v=4)[fsilva](/maintainers/fsilva)[@fsilva](https://github.com/fsilva)

---

Top Contributors

[![silvamfilipe](https://avatars.githubusercontent.com/u/5720969?v=4)](https://github.com/silvamfilipe "silvamfilipe (59 commits)")

---

Tags

slick-phpslick-php-modulestwigtemplateslick-phpslick-php-module

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/slick-template/health.svg)

```
[![Health](https://phpackages.com/badges/slick-template/health.svg)](https://phpackages.com/packages/slick-template)
```

###  Alternatives

[symfony/ux-twig-component

Twig components for Symfony

22018.6M356](/packages/symfony-ux-twig-component)[symfony/ux-live-component

Live components for Symfony

1647.0M127](/packages/symfony-ux-live-component)[cakephp/twig-view

Twig powered View for CakePHP

155.7M19](/packages/cakephp-twig-view)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

16126.1k1](/packages/symfony-ux-toolkit)[mati365/ckeditor5-symfony

CKEditor 5 integration for Symfony

262.6k](/packages/mati365-ckeditor5-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
