该包已被 废弃 并不再维护。没有建议替代包。
该包最新版本(3.4.0)没有可用的许可信息。

3.4.0 2017-01-17 23:09 UTC

README

Zend Framework 3 应用程序开发的标准库。

这包括

- Loading of custom configuration services.
- Custom exception classes.
- Crypt based interfaces and strategies.
- Generic interfaces and traits.

通过 composer 安装

更新您的项目 composer.json 并在 require 部分包含该包。

"require" : {
    "alex-patterson-webdev/arp-stdlib" : "^3.0"
}