Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f00b4r/kleinphp-smartyphp

💀 [DEPRECATED] Klein.php with smarty template engine
https://github.com/f00b4r/kleinphp-smartyphp

klein php smarty

Last synced: about 19 hours ago
JSON representation

💀 [DEPRECATED] Klein.php with smarty template engine

Awesome Lists containing this project

README

        

# Klein.php-Smarty

[![Downloads total](https://img.shields.io/packagist/dt/f3l1x/kleinsmarty.svg?style=flat)](https://packagist.org/packages/f3l1x/kleinsmarty)
[![Latest stable](https://img.shields.io/packagist/v/f3l1x/kleinsmarty.svg?style=flat)](https://packagist.org/packages/f3l1x/kleinsmarty)

Klein.php with Smarty template engine.

## Install

1) Install via composer.

```sh
composer create-project f3l1x/kleinsmarty:~0.2
```

2) Create app/cache folder.

3) Open KleinPHP-Smarty root folder and run **server.php**.

```php
php server.php
```