We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0998b3b commit 00be47eCopy full SHA for 00be47e
1 file changed
README.md
@@ -0,0 +1,21 @@
1
+Phalcon Tutorial
2
+================
3
+
4
+Phalcon PHP is a web framework delivered as a C extension providing high
5
+performance and lower resource consumption.
6
7
+This is a very simple tutorial to understand the basis of work with Phalcon.
8
9
+Check out a explanation article: http://phalconphp.com/documentation/tutorial
10
11
+Get Started
12
+-----------
13
14
+#### Requirements
15
16
+To run this application on your machine, you need at least:
17
18
+* PHP >= 5.3.6
19
+* Apache Web Server with mod rewrite enabled
20
+* Phalcon PHP Framework extension enabled (0.4.x)
21
0 commit comments