optix / youtube-url-parser
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/optix/youtube-url-parser
Requires (Dev)
- phpunit/phpunit: ^7.4
This package is auto-updated.
Last update: 2025-10-15 02:40:23 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.