vinciraia99/instagramreels

Instagram reels 视频下载器

dev-main 2024-06-10 00:07 UTC

This package is auto-updated.

Last update: 2024-09-10 00:42:16 UTC


README

安装

composer require vinciraia99/instagramreels:dev-main

要求

此库包需要 PHP 8.0 或更高版本。

使用

<?php

use Instagram\Driver\SnaptikDriver;
use Instagram\VideoDownloader;

require __DIR__.'/vendor/autoload.php';

$reels = new VideoDownloader(new SnaptikDriver());

echo $reels->get('https://www.instagram.com/reel/.......');