2017 © Pedro Peláez
 

library zf2twig

Integrates Twig template engine into Zend Framework 2.

image

alancrisp/zf2twig

Integrates Twig template engine into Zend Framework 2.

  • Sunday, February 24, 2013
  • by alancrisp
  • Repository
  • 1 Watchers
  • 3 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ZF2Twig

Integrates Twig template engine into Zend Framework 2., (*1)

Installation

Enable ZF2Twig in config/application.config.php to begin using., (*2)

Configuration

All configuration for ZF2Twig resides within the zf2twig configuration key., (*3)

'zf2twig' => array(
    'default_suffix' => 'twig', // default suffix for twig template files
    'environment_options' => array(
        // any ordinary twig configuration
        'cache' => '/path/to/compilation_cache',
    ),
    'extensions' => array(
        // extension classes, loaded from service manager
    ),
),

The Versions

24/02 2013

dev-master

9999999-dev

Integrates Twig template engine into Zend Framework 2.

  Sources   Download

The Requires

 

by Alan Crisp

24/02 2013

dev-resolver-reworking

dev-resolver-reworking

Integrates Twig template engine into Zend Framework 2.

  Sources   Download

The Requires

 

by Alan Crisp