Skip to content

HalitYesil/phalcon-basic-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phalcon Tutorial

Phalcon is a web framework for PHP 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.

Get Started

Requirements

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

You can also run the application using nanobox.io. Installation instructions for nanobox can be found here.

Running the application

  • Clone the repository to a folder on your machine
  • Navigate to that folder
  • Run nanobox run
  • After the application compiles you will see /app $ in your terminal. Type php-server to run apache
  • Navigate to the IP address displayed in the console.

License

Phalcon Tutorial is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors

Packages

No packages published

Languages

  • PHP 52.4%
  • HTML 36.7%
  • TSQL 7.3%
  • Shell 3.6%