lifeinthecloud / video-player-bundle
Symfony LITCVideoPlayerBundle
Installs: 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/symfony: >=2.1
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-23 16:00:45 UTC
README
The VideoPlayerBundle adds support for a database-backed video system in Symfony2. Provides video management social networks like Youtube, Vimeo and / or Dailymotion for your Symfony2 project. Compatible with Doctrine ORM
Features include:
- Videos can be stored via Doctrine ORM
- Displays a flash video from players Youtube, Dailymotion and Vimeo
- Twig extension to embed the video directly in twig file from
Video
entity - Unit tested
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Read the Documentation for 1.0.x
Installation
All the installation instructions are located in the documentation.
Diagram UML of Video entity
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
About
VideoPlayerBundle is a lifeinthecloud initiative.
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.