vich/uploader-bundle
最新稳定版本:v3.0.0-rc
Composer 安装命令:
composer require vich/uploader-bundle
包简介
Ease file uploads attached to entities
关键字:
README 文档
README
The VichUploaderBundle is a Symfony bundle that attempts to ease file uploads that are attached to ORM entities, MongoDB ODM documents, or PHPCR ODM documents.
- Automatically name and save a file to a configured directory
- Inject the file back into the entity or document when it is loaded from the datastore as an
instance of
Symfony\Component\HttpFoundation\File\File - Delete the file from the file system upon removal of the entity or document from the datastore
- Templating helpers to generate public URLs to the file
All of this functionality is fully configurable to allow for app-specific customization.
Documentation
For usage documentation, see:
If upgrading from a previous version, also check:
Contributing
See the CONTRIBUTING file.
License
See the bundled LICENSE file.
统计信息
- 总下载量: 24.52M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1928
- 点击次数: 1
- 依赖项目数: 146
- 推荐数: 17
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04