Download the PHP package tourze/twig-html-helpers without Composer
On this page you can find all versions of the php package tourze/twig-html-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tourze/twig-html-helpers
More information about tourze/twig-html-helpers
Files in tourze/twig-html-helpers
Download tourze/twig-html-helpers
More information about tourze/twig-html-helpers
Files in tourze/twig-html-helpers
Vendor tourze
Package twig-html-helpers
Short Description Rails style view helpers for HTML tags in PHP Twig
License MIT
Homepage https://github.com/tourze/twig-html-helpers
Package twig-html-helpers
Short Description Rails style view helpers for HTML tags in PHP Twig
License MIT
Homepage https://github.com/tourze/twig-html-helpers
Please rate this library. Is it a good library?
Informations about the package twig-html-helpers
Twig HTML Helpers Extension
This PHP Twig extension adds the following Rails style HTML helpers:
To use them, first add the extension to your :
"require": {
"njh/twig-html-helpers": "dev-master"
},
Then load it into your environment:
$twig = new Twig_Environment();
$twig->addExtension(new Twig_Extension_HTMLHelpers());
You can then use them in your Twig templates:
{{ link_tag('http://www.example.com/') }}
All versions of twig-html-helpers with dependencies
PHP Build Version
Package Version
The package tourze/twig-html-helpers contains the following files
Loading the files please wait ....