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 1mo 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 27% 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

2932d ago

Major Versions

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bbb75946e7d75134253ef101e005e3b645577ef13c754d9ca2264f91377359e?d=identicon)[aldoanizio](/maintainers/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

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M313](/packages/twig-extra-bundle)[twig/intl-extra

A Twig extension for Intl

36663.2M218](/packages/twig-intl-extra)[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[twig/string-extra

A Twig extension for Symfony String

21946.0M132](/packages/twig-string-extra)[twig/cssinliner-extra

A Twig extension to allow inlining CSS

23018.5M53](/packages/twig-cssinliner-extra)[symfony/ux-twig-component

Twig components for Symfony

21814.8M161](/packages/symfony-ux-twig-component)

PHPackages © 2026

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