mateuszples / zf1-future
Zend Framework 1. 目标是保持 ZF1 与最新 PHP 版本兼容
Requires
- php: >=7.0
Requires (Dev)
- php-parallel-lint/php-parallel-lint: 1.0.0
- phpunit/dbunit: 1.3.*
- zf1s/phpunit: 3.7.39
Replaces
- zendframework/zendframework1: >=1.12.20
- 1.20.1
- 1.20.0
- 1.19.5
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19.0
- 1.18.11
- 1.18.10
- 1.18.9
- 1.18.8
- 1.18.7
- 1.18.6
- 1.18.5
- 1.18.4
- 1.18.3
- 1.18.2
- 1.18.1
- 1.18
- 1.17.2
- 1.17.1
- 1.17.0
- 1.16.2
- 1.16.1
- 1.16.0
- 1.15.2
- 1.15.1
- 1.15.0
- 1.14.6
- 1.14.5
- 1.14.4
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.1
- 1.13.0
- dev-master / 1.12.x-dev
- 1.12.20
- 1.12.19
- 1.12.18
- 1.12.17
- 1.12.16
- 1.12.15
- 1.12.14
- 1.12.13
- 1.12.12
- 1.12.11
- 1.12.10
- 1.12.9
- 1.12.8
- 1.12.7
- 1.12.6
- 1.12.5
- 1.12.4
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- dev-fixfilters
This package is auto-updated.
Last update: 2024-09-27 19:37:36 UTC
README
感谢 WebTigers 提供的标志
Zend Framework 1 现已支持 PHP 8.0!
经典的 ZF1 重生
尽管 Zend 可能已经放弃了原始的 Zend Framework,但全球的 Zend Framework 社区并没有放弃!自从 Zend 将 ZF1 判定为 EOL(生命终止)以来,全球的 Zend Framework 社区一直在努力工作,并在我们认为是有史以来最好的 PHP 框架之一的基础上继续构建。
ZF1-Future 赞助商
使用 ZF1-Future 构建的产品和项目
Tiger Development Platform 的创作者,其中包含 ZF1-Future
CommunityPlus+ PHP for IBM i 的创作者,其中包含 ZF1-Future
ZF1 现在是版本 1.20!
自 1.12 版以来,超过 200 个更新和错误修复!
ZF1 社区一直在努力更新 Zend Framework,以包含 PHP 7 和 8.0 的所有最新功能。
文档
新 ZF1-Future 手册:ZF1-Future 文档
原始文档
原始文档可以在以下位置找到:https://framework.zend.com/manual/1.12/en/manual.html
安装
可以通过 git clone 或通过
composer require shardj/zf1-future
https://packagist.org.cn/packages/shardj/zf1-future
系统需求
ZF1 未来可以在任何版本的 PHP 7 以及 PHP 8.0 上运行!
许可证
此存档中的文件是在 Zend Framework 许可证下发布的。您可以在 LICENSE.txt 中找到此许可证的副本。
相关项目
- ZF1 Extras 未来
- ZF1s - 另一个社区支持的 ZF1 续集,重点是将框架的原有组件拆分为单独的包
已知问题和解决方案
引导错误:无法解析插件 "useragent";没有对应名称的插件
请参阅以下评论:Shardj#92