This is actually an unconfirmed URI that should trigger the Youtube player.
use Da\QrCode\QrCode;
use Da\QrCode\Format\YoutubeFormat;
$format = new YoutubeFormat(['videoId' => 123456]);
$qrCode = new QrCode($format);
header('Content-Type: ' . $qrCode->getContentType());
echo $qrCode->writeString();
© 2amigos 2013-2017