2017 © Pedro Peláez
 

library handlebars

PHP handlebars compiler and VM

image

jbboehr/handlebars

PHP handlebars compiler and VM

  • Tuesday, February 6, 2018
  • by jbboehr
  • Repository
  • 1 Watchers
  • 3 Stars
  • 951 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 22 Versions
  • 0 % Grown

The README.md

handlebars.php

Build Status Coverage Status Latest Stable Version License, (*1)

PHP handlebars.js Compiler and VM. Use with handlebars.c and php-handlebars., (*2)

Deprecated: Use php-handlebars instead, (*3)

Requirements

php-handlebars, (*4)

Install

Via Composer, (*5)

``` bash composer require jbboehr/handlebars, (*6)



## Usage ``` php $handlebars = new Handlebars\Handlebars(); $fn = $handlebars->compile('{{foo}}'); echo $fn(array( 'foo' => 'bar', )); echo $handlebars->render('{{foo}}', array( 'foo' => 'bar', ));

Testing

bash make test, (*7)

License

This project is licensed under the LGPLv3. handlebars.js is licensed under the MIT license., (*8)

The Versions

22/10 2015
17/09 2015

dev-dev-0.5

dev-dev-0.5 http://github.com/jbboehr/handlebars.php

PHP handlebars compiler and VM

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0
  • ext-handlebars 0.5.*
  • ext-spl *

 

The Development Requires

handlebars

17/09 2015

v0.5.1

0.5.1.0 http://github.com/jbboehr/handlebars.php

PHP handlebars compiler and VM

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0
  • ext-handlebars 0.5.*
  • ext-spl *

 

The Development Requires

handlebars

16/09 2015

v0.5.0

0.5.0.0 http://github.com/jbboehr/handlebars.php

PHP handlebars compiler and VM

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0
  • ext-handlebars 0.5.*
  • ext-spl *

 

The Development Requires

handlebars

24/06 2015
19/06 2015
04/06 2015
02/06 2015
31/05 2015
29/04 2015

v0.3.0

0.3.0.0 http://github.com/jbboehr/handlebars.php

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0

 

The Development Requires

21/04 2015

v0.2.3

0.2.3.0 http://github.com/jbboehr/handlebars.php

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0

 

The Development Requires

21/04 2015

v0.2.2

0.2.2.0 http://github.com/jbboehr/handlebars.php

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0
  • ext-handlebars >=0.2.0

 

The Development Requires

10/03 2015

v0.2.1

0.2.1.0 http://github.com/jbboehr/handlebars.php

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0
  • ext-handlebars >=0.2.0

 

The Development Requires

05/03 2015

v0.2.0

0.2.0.0 http://github.com/jbboehr/handlebars.php

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0
  • ext-handlebars >=0.2.0

 

The Development Requires