prolix / uploader-bundle
Ease file uploads attached to entities
Package info
github.com/prolixtechnikos/VichUploaderBundle
Type:symfony-bundle
pkg:composer/prolix/uploader-bundle
2.0.16
2019-12-23 06:17 UTC
Requires
- php: ^7.1
- behat/transliterator: ^1.2
- jms/metadata: 2.1.*
- symfony/config: ^3.4|^4.0|^5.0
- symfony/dependency-injection: ^3.4|^4.0|^5.0
- symfony/event-dispatcher: ^3.4|^4.0|^5.0
- symfony/form: ^3.4|^4.0|^5.0
- symfony/http-foundation: ^3.4|^4.0|^5.0
- symfony/http-kernel: ^3.4|^4.0|^5.0
- symfony/property-access: ^3.4|^4.0|^5.0
- symfony/templating: ^3.4|^4.0|^5.0
Requires (Dev)
- ext-sqlite3: *
- alcaeus/mongo-php-adapter: ^1.1
- doctrine/doctrine-bundle: ^2.0
- doctrine/mongodb-odm: ^1.2
- doctrine/orm: ^2.7
- knplabs/knp-gaufrette-bundle: ^0.7
- matthiasnoback/symfony-dependency-injection-test: ^4.0
- mikey179/vfsstream: ^1.6
- oneup/flysystem-bundle: ^3.0
- phpunit/phpunit: ^8.4
- symfony/asset: ^4.4 || ^5.0
- symfony/browser-kit: ^4.4 || ^5.0
- symfony/css-selector: ^4.4 || ^5.0
- symfony/doctrine-bridge: ^4.4 || ^5.0
- symfony/dom-crawler: ^4.4 || ^5.0
- symfony/framework-bundle: ^4.4 || ^5.0
- symfony/phpunit-bridge: ^4.3 || ^5.0
- symfony/security-csrf: ^4.4 || ^5.0
- symfony/translation: ^4.4 || ^5.0
- symfony/twig-bridge: ^4.4 || ^5.0
- symfony/twig-bundle: ^4.4 || ^5.0
- symfony/validator: ^4.4 || ^5.0
- symfony/var-dumper: ^4.4 || ^5.0
- symfony/yaml: ^4.4 || ^5.0
Suggests
- doctrine/doctrine-bundle: For integration with Doctrine
- doctrine/mongodb-odm-bundle: For integration with Doctrine ODM
- doctrine/orm: For integration with Doctrine ORM
- doctrine/phpcr-odm: For integration with Doctrine PHPCR
- knplabs/knp-gaufrette-bundle: For integration with Gaufrette
- liip/imagine-bundle: To generate image thumbnails
- ocramius/proxy-manager: To use lazy services
- oneup/flysystem-bundle: For integration with Flysystem
- symfony/yaml: To use YAML mapping
- willdurand/propel-eventdispatcher-bundle: For integration with Propel
This package is auto-updated.
Last update: 2026-06-23 20:06:04 UTC
README
The VichUploaderBundle is a Symfony bundle that attempts to ease file uploads that are attached to ORM entities, MongoDB ODM documents, PHPCR ODM documents or Propel models.
- 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.