eo/media-bundle

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

Symfony EoMediaBundle

Installs: 3 010

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 2.2.x-dev 2014-03-09 22:39 UTC

This package is not auto-updated.

Last update: 2016-03-12 09:07:10 UTC


README

Build Status

Dependencies Status

The EoMediaBundle is a media library based on a dedicated provider which handles different type of media: files, videos or images.

Each type is managed by a provider service which is in charge of:

  • retrieving media metadata
  • generating media thumbnail
  • tweaking the edit form
  • rendering the media

Each media can be linked to a context. A context can be news, user or any name you want. A context allows you to group a set of pictures together. As requirements can be different for each context, a context is defined by a set of formats and a set of providers.

As the infrastructure is not standard, the MediaBundle abstracts the filesystem layer and the cdn layer.

Prerequisites

This version of the bundle requires Symfony 2.2+

Documentation

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

Read the Documentation for master

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Reporting an issue or a feature request

Issues and feature requests related to this bundle are tracked in the Github issue tracker https://github.com/eymengunay/EoMediaBundle/issues.