2017 © Pedro Peláez
 

library tempearly

A tiny PHP templating engine.

image

mcstreetguy/tempearly

A tiny PHP templating engine.

  • Tuesday, May 15, 2018
  • by MCStreetguy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 71 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 6 % Grown

The README.md

Tempearly

Packagist Packagist GitHub tag Packagist GitHub issues GitHub pull requests GitHub last commit GitHub repo size in bytes GitHub code size in bytes Documentation Status, (*1)

A tiny PHP templating engine., (*2)

Visit the full documentation for a detailed explanation., (*3)

Installation

$ composer require mcstreetguy/tempearly

Usage

$engine = new MCStreetguy\Tempearly('path/to/templates','.tpl.html');

$engine->parse('login-template-1',array(
  'my-variable' => 'Hello World!',
  'another-variable' => true
));

The Versions

15/05 2018

dev-master

9999999-dev

A tiny PHP templating engine.

  Sources   Download

MIT

The Development Requires

by Maximilian Schmidt

20/01 2018

v0.4.2

0.4.2.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

17/01 2018

v0.4.1

0.4.1.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

16/01 2018

v0.4

0.4.0.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

14/01 2018

v0.3.4

0.3.4.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

13/01 2018

v0.3.3

0.3.3.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

11/01 2018

v0.3.2

0.3.2.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

11/01 2018

v0.3.1

0.3.1.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

06/01 2018

v0.3

0.3.0.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

06/01 2018

v0.2

0.2.0.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt

01/01 2018

v0.1

0.1.0.0

A tiny PHP templating engine.

  Sources   Download

MIT

by Maximilian Schmidt