short-edition/uploader-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Ease file uploads attached to entities

Installs: 512

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 520

Type:symfony-bundle

dev-bugfix 2023-02-01 10:37 UTC

This package is not auto-updated.

Last update: 2023-02-21 12:55:31 UTC


README

Build Status Total Downloads Latest Unstable Version Latest stable Version

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:

docs/index.md

If upgrading from a previous version, also check:

UPGRADE.md

Contributing

See the CONTRIBUTING file.

License

See the bundled LICENSE file.