Phalcon 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Phalcon 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Phalcon 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 BSD
开发语言 PHP
操作系统 跨平台
软件类型 开源软件
所属分类 Web应用开发Web框架
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2012-08-26

软件简介

Phalcon 是开源的完整堆栈框架作为 PHP 的 C 扩展提供,提供高性能和低资源占用。

Phalcon针对高性能进行了优化。 其独特的体系结构允许框架始终驻留在内存中,在需要时提供其功能,而无需昂贵的文件统计信息和传统PHP框架使用的文件读取。考虑到平台独立性。 因此,Phalcon可在Microsoft Windows,GNU / Linux,FreeBSD和MacOS上使用。 您可以为您选择的系统下载二进制包,也可以从源代码构建它。

注意:Phalcon需要安装和启用PSR PHP扩展。

由于其低级架构和优化,Phalcon为基于MVC的应用程序提供了最低的开销

 

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(7) 发布并加入讨论🔥
发表了资讯
2022/09/26 07:04

Phalcon v5.0 发布,PHP 框架

Phalcon 是一个开源的 Web 框架,作为 PHP 语言的 C 语言扩展,提供高性能和低资源消耗。Phalcon 团队在 2020 年 5 月底开始了 v5 版本的开发工作。时隔两年,v5.0 稳定版正式发布。 变化 改变了 Phalcon\\\\Logger\\\\Adapter\\\\Stream::process 来打开日志文件、检查锁、写入内容并关闭流 把 getters 和 setters 从速记格式改为完整方法 将 Phalcon\\\\Annotations\\\\Reflection 类方法的返回类型改为 array 改变了 Phalco...

2
1
发表于大前端专区
2018/05/29 11:29

Phalcon 3.4.0 发布,PHP 的 C 扩展 Web 框架

Phalcon 3.4.0 已发布,Phalcon 是一个开源的 Web 框架,作为 PHP 语言 C 扩展,它提供了更高的性能与更低的资源消耗。 本次更新主要是对 bug 进行了修复,具体如下: Added Phalcon\Mvc\Router::attach to add Route object directly into Router #13326 Added the ability to listen request:beforeAuthorizationResolve and request:afterAuthorizationResolve events. This ability enables using custom authorization re...

7
4
发表于大前端专区
2018/03/08 09:06

Phalcon 3.3.2 发布,PHP 的 C 扩展 Web 框架

Phalcon 3.3.2 已发布,Phalcon 是一个开源的 Web 框架,作为 PHP 语言 C 扩展,它提供了更高的性能与更低的资源消耗。 本次更新主要是对 bug 进行了修复,具体如下: FixedPhalcon\Db\Dialect\Mysql::modifyColumnto produce valid SQL for renaming the column #13012 FixedPhalcon\Forms\Form::getMessagesto return back previous behaviour: return array of messages with element name as key #13294 FixedPhalcon\Mvc\...

6
5
发表了资讯
2017/08/14 07:27

PhalconPHP 3.2.2 发布,高性能 PHP 框架

PhalconPHP 3.2.2 发布了,PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。 更新内容: Fixed Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns to work properly with DOUBLE PRECISION and REAL data types #12842 Fixed Phalcon\Paginator\Adapter\QueryBuilder::getPaginate to use the db connection service of the model #12957 Fixed Phalcon\Paginator\Adapter\QueryBuilder::getPag...

4
6
发表了资讯
2017/07/11 07:38

PhalconPHP 3.2.1 正式发布,高性能 PHP 框架

PhalconPHP 3.2.1 正式发布了,PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。 更新内容: 添加 Phalcon \ Db \ Dialect \ Mysql :: getForeignKeyChecks 以生成 SQL 来检查外键设置#2604, phalcon/phalcon-devtools#556 修复小版本的 PHP 7 中的 Phalcon \ Config :: merge 不合规定的行为 #12779 修复 Phalcon \ Mvc \ Model \ Query \ Builder 方法的可见性:_conditionNotIn,_conditionIn,_...

8
15
发表了资讯
2017/06/20 10:55

PhalconPHP 3.2.0 正式发布,高性能 PHP 框架

PhalconPHP 3.2.0 正式发布了,PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。 下载地址: https://github.com/phalcon/cphalcon/archive/v3.2.0.tar.gz 更新内容: Phalcon will now triggerE_DEPREACATEDby usingPhalcon\Mvc\Model\Criteria::addWhere,Phalcon\Debug::getMajorVersion,Phalcon\Dispatcher::setModelBinding,Phalcon\Tag::resetInput,Phalcon\Mvc\Model\Validator::__construct A...

11
11
发表了资讯
2016/08/24 00:00

PhalconPHP 3.0.1 正式发布,高性能 PHP 框架

PhalconPHP 3.0.1 正式发布了 下载地址: Source code (zip) Source code (tar.gz) This maintenance release fixes bugs and improve the stability of Phalcon: Fixed memory leaks in PHP7 when setting undeclared properties in models FixedPhalcon\Cache\Backend\Redis::flushin order to flush cache correctly FixedPhalcon\Mvc\Model\Manager::getRelationRecordsto correct using multi relation column #12035 Fixe...

7
8
发表了资讯
2016/07/30 00:00

PhalconPHP 3.0.0 正式发布,高性能 PHP 框架

PhalconPHP 3.0.0 正式发布了,由于新版BC问题,根据semver,2.1.x不再发布,改为3.0.0。 下载地址: https://github.com/phalcon/cphalcon/archive/v3.0.0.tar.gz 更新日志: PHP 5.3 and 5.4 are now fully deprecated Phalcon\Mvc\Model\Validation is now deprecated in favor of Phalcon\Validation Changed default hash algorithm in Phalcon\Security to CRYPT_BLOWFISH_Y Changed constructor of Phalcon\Mvc\Model t...

24
13
发表了资讯
2015/11/26 00:00

Phalcon 2.0.9 发布,高性能 PHP 框架

Phalcon 2.0.9 发布,更新如下: Improved overall support of SQL for migrations Fixed bug that double serializes data using Redis adapter Added console:boot event to allow the developer to perform initialization actions Added implementation options allowEmpty for Phalcon\Mvc\Model\Validator\Ip Fixed SQLite bug[#10997] related to setting of index type Added Phalcon\Db\Dialect\Sqlite::listIndexesSq...

16
12
发表了资讯
2015/09/26 00:00

Phalcon 2.0.8 发布,高性能 PHP 框架

Phalcon 2.0.8 发布,此版本更新内容如下: Added Phalcon\Security\Random::base58 - to generate a random base58 string Added Phalcon\Logger\Adapter::isTransaction() to check whether the logger is currently in transaction mode or not (Phalcon 1.3 behavior) Phalcon\Session\Adapter now closes the session when the adapter is destroyed (Phalcon 1.3 behavior) Fixed fetching of data in modes FETCH_CLASS,...

7
16
发表了资讯
2015/08/18 00:00

Phalcon 2.0.7 发布,高性能 PHP 框架

Phalcon 2.0.7 发布,此版本更新内容如下: Image\Adapter\Gd::save() no longer fails if the method or the instance is created with a filename without an extension Fixed segfault in Image\Adapter\Imagick::text() Exceptions thrown in Volt compiler are now Phalcon\Mvc\View\Engine\Exception Now you can import macros from other files using {% include "file.volt" %} Undefined function calls fall back to...

13
15
发表了资讯
2015/07/22 00:00

Phalcon 2.0.6 稳定版发布,高性能 PHP 框架

Phalcon 2.0.6 稳定版发布,更新内容如下: Builds in TravisCI now uses Docker to perform faster builds Added Http\Response::setCache() to easily set cache headers. When a beanstalkd connection is closed the adapter does not produce a notice anymore Default separator in Text::increment is now _ (underscore) Using tel_field in Volt now generates correct PHP code SQL generated by PostgreSQL dialect ...

9
12
发表了资讯
2015/07/15 00:00

Phalcon 2.0.5 发布,高性能 PHP 框架

Phalcon 2.0.5 发布,这是最新稳定版本,更新内容如下: Fixed a bug that makes that attaching an events manager to an Mvc\Application causes view->render() not being called Fixed bug that makes generated SQL statements using FOR UPDATE not being parsed correctly The email filter now no longer removes the ' character #10603 When an array is bound the cached representation in PHQL makes the SQL bein...

5
4
发表了资讯
2015/07/08 00:00

Phalcon 2.0.4 发布,高性能 PHP 框架

Phalcon 2.0.4 发布,与其他2.0.x版本相比,Phalcon 2.0.4 包含了大量的改进和bug修复。详细记录请看发行说明。 PhalconPHP 是一个使用 C 扩展开发的 PHP Web 框架,提供高性能和低资源占用。 Phalcon 是一个开源的、全堆栈的 PHP 5 框架,使用 C 扩展编写,专门为高性能优化。无需学习和使用 C 语言,所有函数都以 PHP 类的方式曾现。Phalcon 是一个松耦合的框架。...

24
18
发表了资讯
2015/06/11 00:00

Phalcon 2.0.3 发布,高性能 PHP 框架

Phalcon 2.0.3 发布,此版本是稳定版本,更新内容如下: Added support for Behaviors in Phalcon\Mvc\Collection Added SoftDelete and Timestampable behaviors to Collections Implemented Namespace aliases in PHQL Now you can define if a virtual foreign key must ignore null values or not Fixed bug that added two ? in Mvc\Url::get when using query parameters (#10421) Now string attributes in models can b...

6
14
发表了资讯
2015/05/26 00:00

Phalcon 2.0.2 发布,高性能 PHP 框架

Phalcon 2.0.2 发布,此版本包括很多新功能,bug修复和性能方面的改进: Added `stats()` methods to Beanstalk Fixed segfault when a docblock does not have annotations #10301 Fixed wrong number of parameters passed when triggering an event in Mvc\Collection Now Mvc\Model checks if an attribute has a default value associated in the database and ignores it from the insert/update generated SQL Readded ...

23
21
发表了资讯
2015/05/12 00:00

Phalcon 2.0.1 发布,高性能 PHP 框架

Phalcon 2.0.1 发布,此版本更新内容如下: Fixed segfaults caused by static caches in <= PHP 5.5 builds Added missing Phalcon\Debug::listenLowSeverity Added new theme in Phalcon\Debug Allow to count and iterate Phalcon\Session\Bag as in 1.3.x Renamed getEventsManager to getInternalEventsManager in Phalcon\Di to avoid collision with existing services Added constants FILTER_* to Phalcon\Filter for ...

12
9
发表了资讯
2015/04/18 00:00

Phalcon 2 正式发布,新增 Zephir 语言!

经过一年多的开发,Phalcon 2.0 正式版终于面世了。 Phalcon 2.0 最大的变化是基于能轻松开发 php 扩展的语言 Zephir。 其他主要改进如下: 对 Phalcon 1.3.x 进行了大部分的重写 对 Zephir 进行了调整和增强 Phalcon 2.0 版本兼容之前的版本。 还未安装 Zephir 的请使用: git clone http://github.com/phalcon/cphalcongit checkout 2.0.0 cd ext sudo ./install 标准安装: git clone http://github.com/phalcon/cph...

16
27
发表了资讯
2015/04/01 00:00

Phalcon 2 RC 发布,高性能 PHP 框架

今天发现原来四周前发布了 2.0 RC 版,原文如下: Phalcon 2.0 RC 包括新特性,改进和代码整理。 此版本可以从 2.0.0 分支安装,如果没有 Zephir: git clone http://github.com/phalcon/cphalcon git checkout 2.0.0 cd ext sudo ./install 如果有 Zephir: git clone http://github.com/phalcon/cphalcon git checkout 2.0.0 zephir build 更多内容请看发行说明。...

19
19
发表了资讯
2015/03/18 00:00

PhalconDebugbar v1.1 发布,Phalcon 扩展包

PhalconDebugbar v1.1 发布,更新内容: 新增 LogsCollector : 收集当前请求产生的log,支持在Message标签页显示或独立的Logs标签页显示 新增 CacheCollector : 统计页面的各种缓存操作计数,包括缓存写次数,读次数,读值为null的次数,inc/dec操作次数; inc/dec操作失败次数. 可显示每次缓存操作的详情. 简化部署, composer下载后, 现在只需要在index.php加入两行代码即可启用debugbar, 对应用自身的代码侵入为0. 完善了大量细节问题...

7
19
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
7 评论
342 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部