2017 © Pedro Peláez
 

cakephp-plugin cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

image

drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  • Friday, February 9, 2018
  • by drmonkeyninja
  • Repository
  • 1 Watchers
  • 3 Stars
  • 20,595 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 3 Open issues
  • 28 Versions
  • 6 % Grown

The README.md

VideoEmbed

License Build Status, (*1)

This plugin provides a Video helper that generates the tags for embedding videos from Youtube, Vimeo, Dailymotion, BBC player and Wistia., (*2)

Requirements

The master branch has the following requirements:-, (*3)

  • CakePHP 3.0.0 or greater.
  • PHP 5.3.0 or greater.

VideoEmbed for CakePHP 2.x

If you want VideoEmbed for your 2.x application, you can use the latest 2.x version of the plugin (see the 2.x branch)., (*4)

Installation

This plugin can be installed using Composer:-, (*5)

composer require drmonkeyninja/cakephp-video-helper:3.*

Alternatively copy the plugin to your app/Plugin directory and rename the plugin's directory 'VideoEmbed'., (*6)

Then add the following line to your bootstrap.php to load the plugin., (*7)

CakePlugin::load('VideoEmbed');

Usage

echo $this->Video->embed($video['Video']['url'], array(
    'width' => 450,
    'height' => 300,
    'failSilently' => true // Disables warning text when URL is not recognised
));

// Advanced usage
echo $this->Video->embed($video['Video']['url'], array(
    'width' => 450,
    'height' => 300,
    'allowfullscreen' => 1,
    'loop' => 1,
    'color' => '00adef',
    'show_title' => 1,
    'show_byline' => 1,
    'show_portrait' => 0,
    'autoplay' => 1,
    'frameborder' => 0
));

Some of these settings are applicable only to Vimeo if the video is on Youtube, Dailymotion or Wistia they are ignored., (*8)

The Versions

09/02 2018

dev-master

9999999-dev https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

09/02 2018

3.0.3

3.0.3.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

09/02 2018

dev-bug/large-youtube-thumbnail

dev-bug/large-youtube-thumbnail https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

09/02 2018

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

09/02 2018

2.2.2

2.2.2.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

01/02 2018

dev-bug/travisci-fix

dev-bug/travisci-fix https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

09/11 2017

2.2.1

2.2.1.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

26/10 2017

2.2.0

2.2.0.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

30/08 2017

2.1.1

2.1.1.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

12/01 2017

2.1.0

2.1.0.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

11/01 2017

2.0.9

2.0.9.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

10/11 2016

2.0.8

2.0.8.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

21/04 2016

2.0.7

2.0.7.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

15/09 2015

3.0.2

3.0.2.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

08/06 2015

3.0.1

3.0.1.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

26/03 2015

3.0.0.0

3.0.0.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

26/03 2015

dev-dev

dev-dev https://github.com/drmonkeyninja/cakephp-video-embed

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

11/11 2014

2.0.6.2

2.0.6.2 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

28/10 2014

2.0.6.1

2.0.6.1 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube dailymotion vimeo wistia

28/10 2014

2.0.6.0

2.0.6.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

04/09 2014

2.0.5.1

2.0.5.1 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

04/09 2014

2.0.5.0

2.0.5.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

03/09 2014

2.0.4.1

2.0.4.1 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

03/09 2014

2.0.4.0

2.0.4.0 https://github.com/drmonkeyninja/cakephp-video-embed

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

11/08 2014

2.0.3.0

2.0.3.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

09/08 2014

2.0.2.0

2.0.2.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

08/08 2014

2.0.1.0

2.0.1.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube

05/08 2014

2.0.0.0

2.0.0.0 https://github.com/drmonkeyninja/cakephp-video-helper

CakePHP helper for embedding YouTube and Vimeo videos

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Emerson Soares

cakephp video youtube