# Phalcon Framework
[](https://travis-ci.org/phalcon/cphalcon)
[](https://ci.appveyor.com/project/sergeyklay/cphalcon/branch/master)
[](https://github.com/phalcon/cphalcon/blob/master/BACKERS.md)
[](#backers)
[](#sponsors)
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
A big thank you to [our Backers](https://github.com/phalcon/cphalcon/blob/master/BACKERS.md); you rock!
## Contents
- [Get Started](#get-started)
- [Windows](#windows)
- [Linux/Unix/Mac](#linuxunixmac)
- [Requirements](#requirements)
- [Ubuntu](#ubuntu)
- [Suse](#suse)
- [CentOS/Fedora/RHEL](#centosfedorarhel)
- [macOS(Sierra / El Capitan / Yosemite)](#macossierra--el-capitan--yosemite)
- [OSX MAMP ready extensions](#osx-mamp-ready-extensions)
- [Gentoo](#gentoo)
- [Compilation](#compilation)
- [Contributing](#contributing)
- [External Links](#external-links)
- [Meet the Incubator](#meet-the-incubator)
- [Sponsors](#sponsors)
- [Backers](#backers)
- [License](#license)
## Get Started
Phalcon is written in [Zephir/C](https://zephir-lang.com/) with platform independence in mind.
As a result, Phalcon is available on Microsoft Windows, GNU/Linux, FreeBSD and MacOS.
You can either download a binary package for the system of your choice or build it from source.
### Windows
To install Phalcon on Windows:
1. Download [Phalcon for Windows](https://phalconphp.com/en/download/windows)
2. Extract the DLL file and copy it to your PHP extensions directory
3. Edit your **php.ini** file and add this line:
```ini
extension=php_phalcon.dll
```
4. Finally, restart your web server
**Hint:** To ensure that your Phalcon installation was successful, debug with
```php
<?php phpinfo(); ?>
```
and search for a section mentioning the Phalcon extension.
### Linux/Unix/Mac
On a Unix-based platform you can easily compile and install the extension from sources.
#### Requirements
Prerequisite packages are:
* PHP 5.5.x/5.6.x/7.0.x/7.1.x/7.2.x development resources (PHP 5.3 and 5.4 are no longer supported)
* `g++` >= 4.4 | `clang++` >= 3.x | `vc++` >= 11
* GNU `make` >= 3.81
* [`re2c`](http://re2c.org) >= 0.13
NOTE: Support for PHP 5.x is provided on a best-effort basis and will be removed in near future.
##### Ubuntu
```bash
# Use actual PHP development headers and tools here
sudo apt-get install php5-dev libpcre3-dev gcc make re2c
```
##### Suse
```bash
# Use actual PHP development headers and tools here
sudo zypper install php5-devel gcc make re2c
```
##### CentOS/Fedora/RHEL
```bash
# Use actual PHP development headers and tools here
sudo yum install php-devel pcre-devel gcc make re2c
```
##### macOS(Sierra / El Capitan / Yosemite)
Using [Homebrew](https://brew.sh/)
```bash
# brew install php<version>-phalcon
# available versions 56, 70, 71
brew install php71-phalcon
```
## OSX MAMP ready extensions
https://github.com/majksner/php-phalcon-mamp
## Gentoo
There is Gentoo ebuilds maintained for the Phalcon Framework: https://github.com/smoke/phalcon-gentoo-overlay
## Compilation
Follow these instructions to generate a binary extension for your platform:
```bash
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install
```
If you have specific php versions running
```bash
git clone https://github.com/phalcon/cphalcon
cd cphalcon/build
sudo ./install --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6
```
Add the extension to your **php.ini**:
```ini
extension=phalcon.so
```
Finally, **restart the web server**.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## External Links
* [Documentation](https://docs.phalconphp.com/)
* [Support](https://forum.phalconphp.com)
* [Zephir](https://zephir-lang.com/)
* [Twitter](https://twitter.com/phalconphp)
## Meet the Incubator
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.
Just give it a try and help us improve Phalcon even more!
## Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)]
<a href="https://opencollective.com/phalcon/sponsor/0/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/1/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/2/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/3/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/4/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/5/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/6/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/7/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/8/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/9/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/9/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/10/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/10/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/11/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/11/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/12/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/12/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/13/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/13/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/14/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/14/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/15/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/15/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/16/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/16/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/17/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/17/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/18/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/18/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/19/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/19/avatar.svg"></a>
<a href="https://opencollective.com/phalcon/sponsor/20/website" target="_blank"><img src="https://opencollective.com/phalcon/sponsor/20/avatar.svg"></a>
<a href="https://opencollective.com/phal
没有合适的资源?快使用搜索试试~ 我知道了~
PHP实例开发源码-Phalcon PHP开发框架.zip

共2211个文件
php:627个
h:466个
c:454个

1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 177 浏览量
2022-10-15
13:55:47
上传
评论
收藏 7.81MB ZIP 举报
温馨提示
PHP实例开发源码—Phalcon PHP开发框架.zip PHP实例开发源码—Phalcon PHP开发框架.zip PHP实例开发源码—Phalcon PHP开发框架.zip
资源推荐
资源详情
资源评论




















收起资源包目录





































































































共 2211 条
- 1
- 2
- 3
- 4
- 5
- 6
- 23
资源评论



易小侠
- 粉丝: 3179
- 资源: 9万+
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


安全验证
文档复制为VIP权益,开通VIP直接复制
