# tutorial **Repository Path**: jim1010/tutorial ## Basic Information - **Project Name**: tutorial - **Description**: 游戏官网cms - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-09 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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][1]. ## Get Started ### Requirements To run this application on your machine, you need at least: * PHP >= 5.4 * [Apache][2] Web Server with [mod_rewrite][3] enabled or [Nginx][4] Web Server * Latest stable [Phalcon Framework release][5] extension enabled ## License Phalcon Tutorial is open-sourced software licensed under the [New BSD License][6]. © Phalcon Framework Team and contributors [1]: http://docs.phalconphp.com/en/latest/reference/tutorial.html [2]: http://httpd.apache.org/ [3]: http://httpd.apache.org/docs/current/mod/mod_rewrite.html [4]: http://nginx.org/ [5]: https://github.com/phalcon/cphalcon/releases [6]: https://github.com/phalcon/tutorial/blob/master/docs/LICENSE.md