PHPackages                             softr/twiko - 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. softr/twiko

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

softr/twiko
===========

Twig Brige for Mako Framework

1.0.x-dev(8y ago)027MITPHP

Since Mar 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/softr/twiko)[ Packagist](https://packagist.org/packages/softr/twiko)[ Docs](https://github.com/softr/twiko)[ RSS](/packages/softr-twiko/feed)WikiDiscussions master Synced 4w ago

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

Twiko
=====

[](#twiko)

Twig Brige for Mako Framework

Install
-------

[](#install)

Use composer to install. Simply add package to your project.

```
composer require softr/twiko
```

So now you can update your project with a single command.

```
composer update
```

### Register Service

[](#register-service)

After installing you'll have to register the package in your `app/config/application.php` file.

```
'packages' =>
[
    ...
    'core' =>
    [
        ...
        // Register the package for web core
        'softr\Twiko\TwikoPackage',
    ]
    ...
],

```

Now your application is able to use Twig Template Engine.

Enabling Extensions
-------------------

[](#enabling-extensions)

This packages comes with a set of base extensions wich provide core functions such as `config`, `i18n`, `session`, `urlBuilder` etc. To add/remove an extension please edit `twiko::extensions.php` config file.

Clearing Cache
--------------

[](#clearing-cache)

This packages provides a command to clear Twig Cache Files. To make use of it simply run `php reactor twiko::clear`

Compatibility
-------------

[](#compatibility)

This package is compatible with Mako &gt;=5.0 versions

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~44 days

Total

2

Last Release

2983d ago

Major Versions

0.9.0.x-dev → 1.0.x-dev2018-04-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1193589?v=4)[Aldo Anizio Lugão Camacho](/maintainers/aldoanizio)[@aldoanizio](https://github.com/aldoanizio)

---

Tags

twigtemplate engineviewsMako Framework

### Embed Badge

![Health badge](/badges/softr-twiko/health.svg)

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

###  Alternatives

[timber/timber

Create WordPress themes with beautiful OOP code and the Twig Template Engine

5.7k3.6M127](/packages/timber-timber)[twig/intl-extra

A Twig extension for Intl

36567.2M320](/packages/twig-intl-extra)[symfony/ux-twig-component

Twig components for Symfony

22017.2M313](/packages/symfony-ux-twig-component)[symfony/ux-live-component

Live components for Symfony

1636.5M115](/packages/symfony-ux-live-component)[twig/cssinliner-extra

A Twig extension to allow inlining CSS

22919.7M81](/packages/twig-cssinliner-extra)[twig/inky-extra

A Twig extension for the inky email templating engine

16613.2M70](/packages/twig-inky-extra)

PHPackages © 2026

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