GitHub - freeskyala/tutorial: Phalcon Tutorial

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

7 Commits

Repository files navigation

Phalcon Tutorial

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is a very simple tutorial to understand the basis of work with Phalcon.

Check out a explanation article: http://phalconphp.com/documentation/tutorial

Get Started

Requirements

To run this application on your machine, you need at least:

  • PHP >= 5.3.11
  • Apache Web Server with mod rewrite enabled
  • Phalcon PHP Framework extension enabled (0.5.x)