jkrrv / youtube-live-embed
This package is abandoned and no longer maintained.
No replacement package was suggested.
Find and embed Live YouTube videos for a given channel
dev-master
2017-06-02 19:05 UTC
Requires
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: 5.6.*
This package is auto-updated.
Last update: 2020-08-14 09:49:01 UTC
README
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.