2017 © Pedro Peláez
 

symfony-bundle youtubelivestreamsbundle

A bundle for fetching a list of live streams

image

mcfedr/youtubelivestreamsbundle

A bundle for fetching a list of live streams

  • Wednesday, September 7, 2016
  • by mcfedr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

YouTube Live Streams Bundle

A bundle for sending tweets as push notifications, (*1)

Latest Stable Version License Build Status SensioLabsInsight, (*2)

Install

Composer

php composer.phar require mcfedr/youtubelivestreamsbundle

AppKernel

Include the bundle in your AppKernel You need to also load the AWSPushBundle, (*3)

public function registerBundles()
{
    $bundles = array(
        ...
        new Mcfedr\YouTube\LiveStreamsBundle\McfedrYouTubeLiveStreamsBundle(),

Routing

Setup the controllers in your routing.yml, (*4)

mcfedr_you_tube_live_streams:
    resource: "@McfedrYouTubeLiveStreamsBundle/Controller/"
    type:     annotation
    prefix:   /

Config

This is sample configuration, to add to your config.yml, (*5)

mcfedr_you_tube_live_streams:
    api_key: youtube api key
    channel_id: id of the channel
    cache_timeout: 3600 #cache for an hour

You might want to put something like this in your config_dev.yml, (*6)

mcfedr_you_tube_live_streams:
    cache_timeout: 0

Usage

You get get your list of streams, (*7)

GET /streams
{
    "streams": [
        {
            "name": "Громадське ONLINE. 6 березня",
            "thumb": "https://i.ytimg.com/vi/Ou7hfc_LAeY/hqdefault.jpg",
            "videoId": "Ou7hfc_LAeY"
        },
        {
            "name": "Hromadske ONLINE RU",
            "thumb": "https://i.ytimg.com/vi/O5j1mifrhK4/hqdefault.jpg",
            "videoId": "O5j1mifrhK4"
        }
    ]
}

The Versions

07/09 2016

dev-master

9999999-dev

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fred Cox

youtube livestreams

07/09 2016

3.0.0

3.0.0.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fred Cox

youtube livestreams

05/04 2014

1.0.6

1.0.6.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams

15/03 2014

1.0.5

1.0.5.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams

07/03 2014

1.0.4

1.0.4.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams

07/03 2014

1.0.3

1.0.3.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams

07/03 2014

1.0.2

1.0.2.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams

06/03 2014

1.0.1

1.0.1.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams

06/03 2014

1.0.0

1.0.0.0

A bundle for fetching a list of live streams

  Sources   Download

MIT

The Requires

 

by Fred Cox

youtube livestreams