thrace-project/media-bundle

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

Installs: 2 211

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 10

Open Issues: 6

Type:symfony-bundle

v1.0.1 2014-12-15 08:37 UTC

This package is auto-updated.

Last update: 2024-04-29 01:02:26 UTC


README

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.