2017 © Pedro Peláez
 

library dwoo

Dwoo implementation of PhpTransformer

image

phptransformers/dwoo

Dwoo implementation of PhpTransformer

  • Sunday, October 1, 2017
  • by MacFJA
  • Repository
  • 2 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Dwoo for PHPTransformers

Dwoo support for PHPTransformers., (*1)

Install

Via Composer, (*2)

``` bash $ composer require phptransformers/dwoo, (*3)


## Usage ``` php $engine = new DwooTransformer(); echo $engine->render('Hello, {$name}!', array('name' => 'phptransformers'));

Options

``` php $engine = new DwooTransformer(array( 'cache-dir' => 'path/to/the/cache', // Default to the system temporary directory 'compile-dir' => 'path/to/the/compile/dir', // Default to the system temporary directory 'template-dir' => 'path/to/the/templates' // By default search for absolute path ));, (*4)

// ..., (*5)

$core = new \Dwoo\Core(); $engine = new DwooTransformer(array( 'dwoo' => $core // All others options are ignored ));, (*6)


## Testing ``` bash $ composer test

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

01/10 2017

dev-master

9999999-dev

Dwoo implementation of PhpTransformer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar MacFJA

templates template engine phptransformer phptransformers dwoo

01/10 2017

1.0.0

1.0.0.0

Dwoo implementation of PhpTransformer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar MacFJA

templates template engine phptransformer phptransformers dwoo