Skip to content

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.

Notifications You must be signed in to change notification settings

rmikalkenas/VichUploaderBundle

This branch is 308 commits behind dustin10/VichUploaderBundle:master.

Folders and files

NameName
Last commit message
Last commit date
May 15, 2018
Apr 23, 2019
Feb 16, 2019
Apr 23, 2019
Jun 5, 2019
Dec 25, 2017
Jun 12, 2019
Apr 23, 2019
Apr 23, 2019
Apr 28, 2019
Jun 12, 2019
Dec 25, 2017
Apr 23, 2019
Jun 11, 2019
Jun 11, 2019
Jul 5, 2019
Apr 23, 2019
Dec 25, 2017
Jun 12, 2019
Dec 25, 2017
Feb 16, 2019
Mar 16, 2018
Mar 28, 2019
Jun 11, 2019
Jun 12, 2019
Jun 24, 2019
Jan 10, 2017
Jan 29, 2018
Jun 5, 2018
Jun 12, 2019
May 6, 2019
Jun 24, 2019

Repository files navigation

VichUploaderBundle

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, 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:

Resources/doc/index.md

If upgrading from a previous version, also check:

UPGRADE.md

Contributing

See the CONTRIBUTING file.

License

See the bundled LICENSE file.

About

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 89.7%
  • HTML 9.9%
  • Shell 0.4%