ideil / generic-file
简单的上传文件存储管理库。
0.2.3
2016-08-02 10:07 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~6.0|~4.0
- ideil/binary-to-text-php: ~2.0
- symfony/http-foundation: >=2.6
README
GenericFile
此外,还有一个俄语版本: README.ru.md
要求
此包当前需要 php >= 5.4
安装
GenericFile 以 composer 包的形式分发,这是在您的应用程序中使用它的方式。
使用 Composer 安装包。编辑您项目的 composer.json
文件以要求 ideil/generic-file
。
"require": { "ideil/generic-file": "0.*" }