/media-bundle

The `ThraceMediaBundle` handles file, video, audio and image upload plus some image manipulations.

Primary LanguagePHPMIT LicenseMIT

ThraceMediaBundle

The ThraceMediaBundle handles file, video, audio and image upload plus some image manipulations like cropping, rotating, resetting ... etc. in your Symfony 2 application. It is 100% integrated with Doctrine ORM. It is based on Plupload library! Also it has hard dependency of KnpGaufretteBundle - used for filesystem abstraction and LiipImagineBundle for image manipulation with Imagine library.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the documentation

Issues and feature requests are tracked in the Github issue tracker.

Notice: All PHP code is tested with PHPUnit. To run test

	$ composer.phar install --dev --prefer-source 
	$ phpunit

Build Status

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.