fynduck/video-url-parser is a Laravel package for a description for videourlparser..
It currently has 0 GitHub stars and 1.648 downloads on Packagist (latest version 2.0).
Install it with composer require fynduck/video-url-parser.
Discover more Laravel packages by fynduck
or browse all Laravel packages to compare alternatives.
Last updated
composer require fynduck/video-url-parser
$returnServiceNameIfValid = (new VideoUrlParse())->isValidURL('url') //invalid return false
$srcLink = (new VideoUrlParse())->returnSrcForEmbed($url, $domain = false)
if your know domain this link (youtube, rutube, vimeo), put domain.
if your don't know domain, put url only, script will find domain name (if is correct)
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.