You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+49-32
Original file line number
Diff line number
Diff line change
@@ -3,74 +3,91 @@ Phalcon Framework
3
3
4
4
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
5
5
6
-
This readme provides an introduction to contributing to `Phalcon 2.0`.
7
-
8
6
Get Started
9
7
-----------
10
8
11
-
Clone `Phalcon 2.0` repo:
9
+
Phalcon is written in Zephir/C with platform independence in mind. As a result, Phalcon is available on Microsoft Windows, GNU/Linux, and Mac OS X. You can either download a binary package for the system of your choice or build it from sources.
1. Download [Phalcon for Windows](http://phalconphp.com/en/download/windows)
16
+
2. Extract the DLL file and copy it to your PHP extensions directory
17
+
3. Edit your php.ini file and add this line: `extension=php_phalcon.dll`
18
+
4. Finally, restart your webserver
19
+
20
+
**Hint:** To ensure that your Phalcon installation was successful, debug with `<?php phpinfo(); ?>` and search for a section mentioning the Phalcon extension.
21
+
22
+
### Linux/Unix/Mac
23
+
24
+
On a Unix-based platform you can easily compile and install the extension from sources.
Phalcon Framework is built under Travis CI service. Every commit pushed to this repository will queue a build into the continuous integration service and will run all PHPUnit tests to ensure that everything is going well and the project is stable. The current build status is:
81
+
Phalcon Framework is built under the Travis CI service. Every commit pushed to this repository will queue a build into the continuous integration service and will run all PHPUnit tests to ensure that everything is going well and the project is stable. The current build status is:
Our community is developing amazing extra features for Phalcon every day via [Incubator](https://github.com/phalcon/incubator). There are resources to enhance your experience with the framework and that enlarge the main features.
88
+
89
+
Just give it a try and help us improve Phalcon even more!
72
90
73
91
License
74
92
-------
75
-
76
-
Phalcon is open-sourced software licensed under the New BSD License. See the docs/LICENSE.txt file for more information.
93
+
Phalcon is open source software licensed under the New BSD License. See the docs/LICENSE.txt file for more
0 commit comments