Skip to content

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

Notifications You must be signed in to change notification settings

vgross/VichUploaderBundle

 
 

Repository files navigation

VichUploaderBundle

The VichUploaderBundle is a simple Symfony2 bundle that attempts to ease file uploads that are attached to an entity. The bundle will automatically name and save the uploaded file according to the configuration specified on a per property basis. The bundle also provides templating helpers for generating URLs to the file as well. The file can also be configured to be removed from the file system upon removal of the entity.

Current limitations:

  • Doctrine ORM and MongoDB
  • Saving/deleting files to the local filesystem only
  • Generating a relative url for the file only

Documentation

For usage documentation, see:

Resources/doc/index.md

For license, see:

Resources/meta/LICENSE

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published