optix / youtube-url-parser
dev-master
2018-10-16 11:46 UTC
Requires (Dev)
- phpunit/phpunit: ^7.4
This package is auto-updated.
Last update: 2024-12-15 00:45:16 UTC
README
Installation
composer require optix/youtube-url-parser
Usage
use Optix\YoutubeUrlParser\UrlParser; $parser = new UrlParser('https://www.youtube.com/watch?v=e2SUGfXVy4A'); $parser->isValid(); // true $parser->getVideoId(); // e2SUGfXVy4A $parser->getEmbedUrl(); // https://www.youtube.com/embed/e2SUGfXVy4A
License
The MIT License (MIT). Please see License File for more information.