Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

PHP Class to automatically query Google Youtube API and create embed code if a live streaming is happening, as well as getting data like Video Id, Title, Description & other useful things

Notifications You must be signed in to change notification settings

jkrrv/youtube-live-embed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Live Embed PHP Library

PHP Library to embed live YouTube Streams (or Google Hangouts On Air) into a website.

Differences in this fork:

This repository is a fork of iacchus/youtube-live-embed and is intended to do a few things differently. Those things are:

  • Unit tests, with 100% coverage
  • Adopt a more typical Composer-style syntax and file structure, and configure for installation/updating via Composer/Packagist
  • Directly handle multiple concurrent live streams
  • Namespacing
  • Better leverage objects to organize information, rather than keeping everything in arrays

Useful documentation coming soon, especially once options are passed around as intended.

About

PHP Class to automatically query Google Youtube API and create embed code if a live streaming is happening, as well as getting data like Video Id, Title, Description & other useful things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%