Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/f00b4r/kleinphp-smartyphp
- Owner: f00b4r
- Created: 2013-02-24T17:23:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T11:50:21.000Z (about 9 years ago)
- Last Synced: 2024-03-26T09:38:02.656Z (8 months ago)
- Topics: klein, php, smarty
- Language: JavaScript
- Homepage: https://f00b4r.dev
- Size: 1.09 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```