zendframework是什么意思建议安装

What is the mean of zendframework suggests installing

我从 this link 安装 Zend Skeleton 应用程序,然后通过 Composer 安装。作曲者通知:

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)。谢谢!

如果您想使用一些可选功能,您还必须安装这些软件包之一。

这是对其他可能有用但不一定需要的软件包的一种宣传。

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