alex-patterson-webdev / arp-stdlib
该包已被 废弃 并不再维护。没有建议替代包。
该包最新版本(3.4.0)没有可用的许可信息。
3.4.0
2017-01-17 23:09 UTC
Requires
- php: >=5.6
- zendframework/zend-crypt: ^2.7 || ^3.0
- zendframework/zend-modulemanager: ^2.7 || ^3.0
- zendframework/zend-stdlib: ^2.7 || ^3.0
Requires (Dev)
- phpunit/phpunit: 4.1.*
This package is auto-updated.
Last update: 2020-05-03 13:17:45 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"
}