PHPackages                             sohagsrz/instagram-media-downloader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. sohagsrz/instagram-media-downloader

ActiveLibrary[File &amp; Storage](/categories/file-storage)

sohagsrz/instagram-media-downloader
===================================

A PHP library to download Instagram media.

v1.0.0(1y ago)137MITPHP

Since May 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Sohagsrz/instagram-media-downloader)[ Packagist](https://packagist.org/packages/sohagsrz/instagram-media-downloader)[ Docs](https://github.com/sohagsrz/instagram-media-downloader)[ RSS](/packages/sohagsrz-instagram-media-downloader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

Installation
------------

[](#installation)

This package can be installed via Composer:

```
composer require sohagsrz/instagram-media-downloader
```

Media download example
----------------------

[](#media-download-example)

```
require_once 'vendor/autoload.php';
use InstagramMediaDownloader\Downloader;
$downloader = new Downloader();

$result = $downloader->get_by_shortcode('C16ErQiLCJm');

var_dump($result);
```

To get profile data
-------------------

[](#to-get-profile-data)

```
require_once 'vendor/autoload.php';
use InstagramMediaDownloader\ProfileDownloader;
$profile = new ProfileDownloader();
$result = $profile->getProfile('sohagsrz');
var_dump($result);
```

Contribution
------------

[](#contribution)

If you find any issues or have suggestions for improvement, feel free to contribute to this project. You can fork the repository, make your changes, and submit a pull request.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

726d ago

Major Versions

0.1.1 → v1.0.02024-05-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b54fd787bf38b3fbe6d0e4b5334b36ae7d1775c071acbb2e755aa483067b1a1?d=identicon)[sohagsrz](/maintainers/sohagsrz)

---

Top Contributors

[![Sohagsrz](https://avatars.githubusercontent.com/u/39012004?v=4)](https://github.com/Sohagsrz "Sohagsrz (15 commits)")

### Embed Badge

![Health badge](/badges/sohagsrz-instagram-media-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/sohagsrz-instagram-media-downloader/health.svg)](https://phpackages.com/packages/sohagsrz-instagram-media-downloader)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
