Download the PHP package vich/uploader-bundle without Composer
On this page you can find all versions of the php package vich/uploader-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vich/uploader-bundle
More information about vich/uploader-bundle
Files in vich/uploader-bundle
Download vich/uploader-bundle
More information about vich/uploader-bundle
Files in vich/uploader-bundle
Vendor vich
Package uploader-bundle
Short Description Ease file uploads attached to entities
License MIT
Homepage https://github.com/dustin10/VichUploaderBundle
Package uploader-bundle
Short Description Ease file uploads attached to entities
License MIT
Homepage https://github.com/dustin10/VichUploaderBundle
Keywords uploadfile uploads
Please rate this library. Is it a good library?
Informations about the package uploader-bundle
VichUploaderBundle
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.
All versions of uploader-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-simplexml Version *
doctrine/persistence Version ^3.0
jms/metadata Version ^2.4
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/event-dispatcher-contracts Version ^3.1
symfony/http-foundation Version ^5.4 || ^6.0 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0
symfony/mime Version ^5.4 || ^6.0 || ^7.0
symfony/property-access Version ^5.4 || ^6.0 || ^7.0
symfony/string Version ^5.4 || ^6.0 || ^7.0
ext-simplexml Version *
doctrine/persistence Version ^3.0
jms/metadata Version ^2.4
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/event-dispatcher-contracts Version ^3.1
symfony/http-foundation Version ^5.4 || ^6.0 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0
symfony/mime Version ^5.4 || ^6.0 || ^7.0
symfony/property-access Version ^5.4 || ^6.0 || ^7.0
symfony/string Version ^5.4 || ^6.0 || ^7.0
The package vich/uploader-bundle contains the following files
Loading the files please wait ....