vinciraia99/instagramreels

Instagram reels video downloader

dev-main 2025-04-21 14:27 UTC

This package is auto-updated.

Last update: 2025-06-21 14:49:38 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/.......');