oembed:PHP OEmbed包装器用于著名的视频平台和服务 源码
嵌入 OEmbed是一个PHP库,可以帮助您从支持OEmbed的提供程序中检索数据。 它是ricardofiorani/php-video-url-parser的后继ricardofiorani/php-video-url-parser 。 安装 安装最新版本 $ composer require ricardofiorani/oembed 要求 PHP 7.4 PSR-18实施 将PSR-17实施RequestFactory和UriFactory 基本用法 <?php declare (strict_types= 1 ); use Your \ PSR7Implementation
用户评论