autarky/twig-templating

Twig integration for the Autarky framework.

0.2.1 2016-10-18 20:54 UTC

This package is auto-updated.

Last update: 2024-03-24 07:55:49 UTC


README

Build Status Latest Stable Version Latest Unstable Version License

Integration with Twig for the Autarky framework.

Installation

composer require autarky/twig-templating

Contributing

git clone https://github.com/autarky/twig-templating /path/to/autarky-twig
cd /path/to/autarky-twig
composer install
phpunit

The master branch is the current minor version. Previous minor versions have their own branches. Only critical bugfixes should be applied to these branches.

The develop branch is the next minor version. New features are applied to this branch.

Read the CONTRIBUTING.md file for more information.

License

The contents of this repository is released under the MIT license. See the LICENSE file included for more information.