tenolo/twig-extensions

basic twig extensions.

1.1.0 2019-07-19 09:21 UTC

This package is auto-updated.

Last update: 2024-04-19 20:05:29 UTC


README

tenolo

PHP Version Latest Stable Version Latest Unstable Version Total Downloads Total Downloads License

Twig Extensions

A collection of simple twig extensions..

Install instructions

First you need to add tenolo/twig-extensions to composer.json:

Let Composer do it for you.

$ composer require tenolo/twig-extensions

or do it manually

{
   "require": {
        "tenolo/twig-extensions": "~1.0"
    }
}

Please note that dev-master latest development version. Of course you can also use an explicit version number, e.g., 1.0.*.

Usage

...