Skip to content

tatarko/presto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Presto templating engine

Presto is simple and lightweight php templating engine based on the syntax of twig. It was built as part for Opiner CMS framework but become solo project that you can use as composer package in your own project.

Requirements

Presto requires to run correctly:

  • PHP version 5.3 or above

Instalation

Composer

Simply add a dependency on tatarko/presto to your project's composer.json file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a dependency on Presto:

{
	"require": {
		"tatarko/presto": "~1.0"
	}
}

Straight implementation

In case you don't use Composer as your dependency manager you are still able to use Presto. There are only two easy steps to get Presto work.

  1. Download presto.zip and put extracted archive into your project's folder.
  2. Add following code to your project's root php file (e.g. index.php) and remember to change path/to/ according to relative location of downloaded presto folder:
require_once 'path/to/source/__autoloader.php';

Documentation

Please, see Wiki for online documentation.

About

Presto templating engine for php projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages