2017 © Pedro Peláez
 

library fenom

Fenom - excellent template engine for PHP

image

fenom/fenom

Fenom - excellent template engine for PHP

  • Friday, June 15, 2018
  • by bzick
  • Repository
  • 54 Watchers
  • 380 Stars
  • 17,405 Installations
  • PHP
  • 19 Dependents
  • 1 Suggesters
  • 98 Forks
  • 15 Open issues
  • 36 Versions
  • 7 % Grown

The README.md

MAINTAINERS WANTED

Create issue if you want to be a maintainer of Fenom, (*1)

Fenom - Template Engine for PHP

Fenóm - lightweight and fast template engine for PHP., (*2)


Quick Start

Install

If you use composer in your project then you can to install Fenom as package., (*3)

Setup

There is two-way to create Fenom instance:, (*4)

  • Long way: use operator new
  • Shot way: use static factory-method

Long way. Create you own template provider or default provider Fenom\Provider (that is provider read there). Using provider instance create Fenom instance:, (*5)

$fenom = new Fenom(new Fenom\Provider($template_dir));

After that, set compile directory:, (*6)

$fenom->setCompileDir($template_cache_dir);

This directory will be used for storing compiled templates, therefore it should be writable for Fenom. Now Fenom is ready to work and now you can to configure it:, (*7)

$fenom->setOptions($options);

Short way. Creating an object via factory method with arguments from long way., (*8)

$fenom = Fenom::factory($template_dir, $template_cache_dir, $options);

Now Fenom is ready to work., (*9)

Usage

Example

The Versions

15/06 2018

dev-master

9999999-dev

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

28/03 2018

2.11.9

2.11.9.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

29/06 2017

2.11.8

2.11.8.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

23/05 2017

2.11.7

2.11.7.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

22/04 2017

2.11.6

2.11.6.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

22/04 2017

dev-develop

dev-develop

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

18/11 2016

2.11.5

2.11.5.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

09/10 2016

2.11.4

2.11.4.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

27/08 2016

2.11.3

2.11.3.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

22/08 2016

2.11.2

2.11.2.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

10/06 2016

2.11.1

2.11.1.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

09/06 2016

2.11.0

2.11.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

26/05 2016

dev-revert-232-patch-1

dev-revert-232-patch-1

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

08/05 2016

2.10.0

2.10.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

07/05 2016

2.9.0

2.9.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

23/02 2016

dev-fix-mbstring

dev-fix-mbstring

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

23/02 2016

2.8.2

2.8.2.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

23/02 2016

2.8.1

2.8.1.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

13/08 2015

2.8.0

2.8.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

07/08 2015

2.7.1

2.7.1.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

03/06 2015

2.7.0

2.7.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

23/05 2015

2.6.2

2.6.2.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

26/04 2015

2.6.1

2.6.1.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

22/02 2015

2.6.0

2.6.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

19/02 2015

2.5.4

2.5.4.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

19/02 2015

2.5.3

2.5.3.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

10/02 2015

2.5.2

2.5.2.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

02/02 2015

2.5.1

2.5.1.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

31/01 2015

2.5.0

2.5.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

30/01 2015

2.4.6

2.4.6.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

02/01 2015

2.4.0

2.4.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

08/08 2014

2.3.0

2.3.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

11/07 2014

2.2.0

2.2.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

29/06 2014

2.1.0

2.1.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

17/05 2014

2.0.0

2.0.0.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater

09/04 2014

1.4.9

1.4.9.0

Fenom - excellent template engine for PHP

  Sources   Download

BSD-3

The Requires

  • php >=5.3.0
  • ext-tokenizer *

 

The Development Requires

by Ivan Shalganov

templating template fenom templater