2017 © Pedro Peláez
 

library tpl

A simple template engine

image

ninejkh/tpl

A simple template engine

  • Saturday, July 7, 2018
  • by lifeofguenter
  • Repository
  • 1 Watchers
  • 0 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 150 % Grown

The README.md

Build Status Scrutinizer Code Quality Coverage Status Latest Stable Version Packagist Latest Unstable Version License, (*1)

ninejkh/tpl

A really really simple template engine, if you think PHP is good enough at doing exactly that. No compiled or cached state, pure PHP., (*2)

Install

$ composer require ninejkh/tpl

Usage

<?php

require 'vendor/autoload.php';

use NINEJKH\Tpl\Tpl;

$tpl = new Tpl('tpl/');
$tpl->assign('foo', 'bar');
$tpl->display('home');

License

Licensed under the MIT License. See the LICENSE file for details., (*3)

Author Information

9JKH (Pty) Ltd., (*4)

The Versions

07/07 2018

dev-master

9999999-dev https://github.com/NINEJKH/php-tpl

A simple template engine

  Sources   Download

MIT

The Requires

 

The Development Requires

template-engine tpl

07/07 2018

0.2.1

0.2.1.0 https://github.com/NINEJKH/php-tpl

A simple template engine

  Sources   Download

MIT

The Requires

 

The Development Requires

template-engine tpl

07/07 2018

0.2.0

0.2.0.0 https://github.com/NINEJKH/php-tpl

A simple template engine

  Sources   Download

MIT

The Requires

 

The Development Requires

template-engine tpl

07/07 2018

0.1.2

0.1.2.0 https://github.com/NINEJKH/php-tpl

A simple template engine

  Sources   Download

MIT

The Requires

 

The Development Requires

template-engine tpl

13/11 2017

0.1.1

0.1.1.0 https://github.com/NINEJKH/php-tpl

A simple template engine

  Sources   Download

MIT

The Requires

 

The Development Requires

template-engine tpl

13/11 2017

0.1.0

0.1.0.0 https://github.com/NINEJKH/php-tpl

A simple template engine

  Sources   Download

MIT

The Requires

 

The Development Requires

template-engine tpl