zekiunal / phalconskeletonapp
Package info
github.com/zekiunal/PhalconHMVCSkeletonApplication
pkg:composer/zekiunal/phalconskeletonapp
Requires
- mustache/mustache: 2.9.*
- phalcon/incubator: 2.0.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 05:03:56 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.