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

https://github.com/zekiunal/phalconhmvcskeletonapplication

Phalcon HMVC Skeleton Application with Mustache Template Engine
https://github.com/zekiunal/phalconhmvcskeletonapplication

Last synced: 6 months ago
JSON representation

Phalcon HMVC Skeleton Application with Mustache Template Engine

Awesome Lists containing this project

README

          

Phalcon HMVC Skeleton with Mustache
=======================

Introduction
------------

This is a simple, skeleton application using the Phalcon 1.3.2 HMVC layer and module
systems. This application is meant to be used as a starting place for those
looking to get their feet wet with Phalcon PHP Framework.

Phalcon Framework
------------

[Phalcon](https://github.com/phalcon/cphalcon) is a web framework implemented as a C extension offering high performance and lower resource consumption.

Mustache
--------
[Mustache](https://github.com/bobthecow/mustache.php) is a logic-less template engine available
for many platforms and languages. A PHP implementation is available in
[this Github repository](https://github.com/bobthecow/mustache.php).