movingimage/video-collection-bundle

Symfony bundle that wires the VideoCollection services into the service container based on configuration

v2.1.0 2018-01-17 13:42 UTC

README

Symfony 2/3 bundle for defining a set of video collections based on static configuration that are (mostly) interoperable between data providers.

Features include:

  • Intuitive declarative configuration for managing video collections.
  • No direct API interaction necessary - simply plug one of the data providers.
  • Dynamic service definition - configured collections are accessible as injectable services.

See also the list of contributors.

Installation

Please check the Getting Started guide for installation and configuration within your project.

Documentation

The source of the documentation is stored within the Resources/doc/ folder of this repository.

License

This bundle is under the BSD 3-clause license. Please check the LICENSE file for the complete license.

Reporting an issue or a feature request

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

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.