vinciraia99/instagramreels

Instagram reels video downloader

dev-main 2024-02-01 15:26 UTC

This package is auto-updated.

Last update: 2024-04-30 16:07:18 UTC


README

Installation

composer require vinciraia99/instagramreels:dev-main

Requirement

This library package requires PHP 8.0 or later.

Usage

<?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/.......');