eo / media-bundle
Symfony EoMediaBundle
Installs: 3 010
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- friendsofsymfony/rest-bundle: >=0.10
- imagine/imagine: *@stable
- knplabs/gaufrette: >=0.1.4
- kriswallsmith/buzz: 0.*
- sonata-project/doctrine-extensions: 1.*
- sonata-project/easy-extends-bundle: >=2.1
- symfony/symfony: >=2.1,<2.6-dev
Requires (Dev)
Suggests
- amazonwebservices/aws-sdk-for-php: 1.5.*
- liip/imagine-bundle: 0.9.*
This package is not auto-updated.
Last update: 2016-03-12 09:07:10 UTC
README
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.