PHPackages                             vheissu/ci-twig - 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. vheissu/ci-twig

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

vheissu/ci-twig
===============

Twig templating integration for CodeIgniter 4

v2.0.0(3mo ago)1216[3 issues](https://github.com/Vheissu/Ci-Twig/issues)MITPHPPHP ^8.1

Since Jan 13Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/Vheissu/Ci-Twig)[ Packagist](https://packagist.org/packages/vheissu/ci-twig)[ Docs](https://github.com/Vheissu/Ci-Twig)[ RSS](/packages/vheissu-ci-twig/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

CI-Twig
=======

[](#ci-twig)

Twig templating integration for CodeIgniter 4.

[![Latest Version on Packagist](https://camo.githubusercontent.com/09ea9e2595dd07ec854d42294647324d27aa0c2a4513947c5b2a29256200a07e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766865697373752f63692d747769672e737667)](https://packagist.org/packages/vheissu/ci-twig)[![PHP Version](https://camo.githubusercontent.com/5654b00bf73ea78aa6cbff7e910f00da564b6e1ae3896c16a0bf707b7258ed88/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f766865697373752f63692d747769672e737667)](https://php.net/)[![License: MIT](https://camo.githubusercontent.com/7ccee6d5a276e42b744dea4d14f9251f7c7d85e9880a8e88fd915acb6a9a974c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f766865697373752f63692d747769672e737667)](https://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/9fa5dc597aff0b6d1611069e00da683d82a6dd13cb4c4194a688928942b7a041/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766865697373752f63692d747769672e737667)](https://packagist.org/packages/vheissu/ci-twig)

Requirements
------------

[](#requirements)

- PHP 8.1+
- CodeIgniter 4.6+

Installation
------------

[](#installation)

### Step 1: Install via Composer

[](#step-1-install-via-composer)

```
composer require vheissu/ci-twig
```

### Step 2: Register the Service

[](#step-2-register-the-service)

Add the Twig service to your `app/Config/Services.php`:

```
