2017 © Pedro Peláez
 

symfony-bundle mediaelement-bundle

MediaElement.js Bundle for Symfony2

image

bmatzner/mediaelement-bundle

MediaElement.js Bundle for Symfony2

  • Thursday, March 20, 2014
  • by bmatzner
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3,324 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

MediaElement.js Bundle for Symfony2

Current Version

MediaElement.js v2.13.2, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "bmatzner/mediaelement-bundle": "*" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bmatzner\MediaElementBundle\BmatznerMediaElementBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/mediaelement-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ php app/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <link rel="stylesheet" type="text/css" href="{{ asset('bundles/bmatznermediaelement/mediaelementplayer.min.css') }}" /> <script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/bmatznermediaelement/mediaelement-and-player.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*7)

References

  1. http://mediaelementjs.com/
  2. http://symfony.com

The Versions

20/03 2014

dev-master

9999999-dev http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5

20/03 2014

2.13.2

2.13.2.0 http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5

12/10 2013

2.13.1

2.13.1.0 http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5

19/06 2013

2.12.0

2.12.0.0 http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5

19/05 2013

2.11.3

2.11.3.0 http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5

27/01 2013

2.10.2

2.10.2.0 http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5

18/01 2013

2.10.1

2.10.1.0 http://mediaelementjs.com/

MediaElement.js Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony audio video html5