prolix / uploader-bundle
Ease file uploads attached to entities
Installs: 250
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 521
Type:symfony-bundle
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
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- dev-master / 1.8.x-dev
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.x-dev
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- 1.0.0-beta7
- 1.0.0-beta6
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- v0.14.0
- v0.13.1
- v0.13.0
- v0.12.0
- v0.11.3
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.1
- v0.3.0
- dev-proxy-manager
- dev-download-handler
This package is auto-updated.
Last update: 2024-10-23 16:52:24 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.