zekiunal / phalconskeletonapp
There is no license information available for the latest version (dev-master) of this package.
dev-master
2016-10-31 10:02 UTC
Requires
- mustache/mustache: 2.9.*
- phalcon/incubator: 2.0.*
This package is not auto-updated.
Last update: 2024-11-09 19:14:37 UTC
README
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 is a web framework implemented as a C extension offering high performance and lower resource consumption.
Mustache
Mustache is a logic-less template engine available for many platforms and languages. A PHP implementation is available in this Github repository.