首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >zendframework的含义是什么?建议安装

zendframework的含义是什么?建议安装
EN

Stack Overflow用户
提问于 2015-07-18 00:03:40
回答 1查看 293关注 0票数 0

我从此链接安装Zend应用程序,然后通过Composer安装。作曲家公告:

代码语言:javascript
复制
zendframework/zendframework suggests installing ext-intl (ext/intl for i18n features (included in default builds of PHP))
zendframework/zendframework suggests installing doctrine/annotations (Doctrine Annotations >=1.0 for annotation features)
zendframework/zendframework suggests installing ircmaxell/random-lib (Fallback random byte generator for Zend\Math\Rand if OpenSSL/Mcrypt extensions are unavail
able)
zendframework/zendframework suggests installing ocramius/proxy-manager (ProxyManager to handle lazy initialization of services)
zendframework/zendframework suggests installing zendframework/zendpdf (ZendPdf for creating PDF representations of barcodes)
zendframework/zendframework suggests installing zendframework/zendservice-recaptcha (ZendService\ReCaptcha for rendering ReCaptchas in Zend\Captcha and/or Zend\Form)

请给我解释一下上面的通知(上面写着suggests installing)。谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-07-18 00:06:37

如果您想要使用一些可选的功能,您也必须安装这些包之一。

这是一种广告,其他的软件包,可能是有意义的使用,但不一定需要。

请注意,在ZendFramework2中,即使使用Composer,如果您不使用zendframework/zendframework主包,一些包确实需要安装这些建议--开发人员正在更好地模块化这些包。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31486416

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档