2017 © Pedro Peláez
 

symfony-bundle popcorn-bundle

Popcorn.js Bundle for Symfony2

image

bmatzner/popcorn-bundle

Popcorn.js Bundle for Symfony2

  • Wednesday, January 16, 2013
  • by bmatzner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Popcorn.js Bundle for Symfony2

Current Version

Popcorn.js 1.3, (*1)

Installation

Add bundle to your composer.json file

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

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


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

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/popcorn-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 <script type="text/javascript" src="{{ asset('bundles/bmatznerpopcorn/js/popcorn-complete.min.js') }}"></script>

Licenses

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

References

  1. http://popcornjs.org/
  2. http://symfony.com

The Versions

16/01 2013

dev-master

9999999-dev http://popcornjs.org/

Popcorn.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony video media html5 popcorn

16/01 2013

1.3.0

1.3.0.0 http://popcornjs.org/

Popcorn.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony video media html5 popcorn