PHPackages                             michelmelo/laravel-instagram-api - 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. [API Development](/categories/api)
4. /
5. michelmelo/laravel-instagram-api

ActivePackage[API Development](/categories/api)

michelmelo/laravel-instagram-api
================================

Implementation Instagram private API for Laravel

1.17.0(6y ago)93611WTFPLPHPPHP &gt;=5.6.4

Since Oct 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/michelmelo/laravel-instagram-api)[ Packagist](https://packagist.org/packages/michelmelo/laravel-instagram-api)[ Docs](https://github.com/michelmelo/laravel-instagram-api)[ Fund](https://michelmelo.pt)[ Fund](https://www.paypal.me/michelmelo)[ RSS](/packages/michelmelo-laravel-instagram-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (26)Used By (0)

[![License: MIT](https://camo.githubusercontent.com/11b60bc673f1de7919db5e1786ab18e74ab6d62a329e014701bb006a21fd287b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d575446504c2d626c75652e737667)](https://camo.githubusercontent.com/11b60bc673f1de7919db5e1786ab18e74ab6d62a329e014701bb006a21fd287b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d575446504c2d626c75652e737667)

Laravel Instagram API
=====================

[](#laravel-instagram-api)

Laravel integration for the [Instagram private API](https://github.com/mgp25/Instagram-API/) package.

alteracoes
==========

[](#alteracoes)

apikey
------

[](#apikey)

Install
=======

[](#install)

`composer require michelmelo/laravel-instagram-api`

Add provider into your `app.php` config:

```
'providers' => [
    ...

    MichelMelo\InstagramApi\LaravelInstagramApiProvider::class,

]

```

Add alias into your `app.php` config:

```
'alias' => [
    ...

    'Instagram'    => MichelMelo\InstagramApi\Facades\InstagramApi::class,

]

```

Configuration
=============

[](#configuration)

```
php artisan vendor:publish --provider="MichelMelo\InstagramApi\LaravelInstagramApiProvider" --tag=config
```

Edit `config/mm-instagram-api.php`.

Usage
=====

[](#usage)

Methods same [Instagram Private API](https://github.com/mgp25/Instagram-API/) package.

Use `\Instagram::setUser($username, $password)`

instead

```
$instagram = new Instagram($debug);
$instagram->setUser($username, $password);

```

### Pull Requests

[](#pull-requests)

- Fill in the [PULL\_REQUEST template](PULL_REQUEST_TEMPLATE.md).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~7 days

Recently: every ~14 days

Total

24

Last Release

2220d ago

### Community

Maintainers

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

---

Top Contributors

[![michelmelo](https://avatars.githubusercontent.com/u/159223?v=4)](https://github.com/michelmelo "michelmelo (45 commits)")

---

Tags

apiinstagraminstagram-private-apilaravellaravel-instagram-apilaravelinstagraminstagram api

### Embed Badge

![Health badge](/badges/michelmelo-laravel-instagram-api/health.svg)

```
[![Health](https://phpackages.com/badges/michelmelo-laravel-instagram-api/health.svg)](https://phpackages.com/packages/michelmelo-laravel-instagram-api)
```

###  Alternatives

[edbizarro/laravel-facebook-ads

Facebook &amp; Instagram Ads for Laravel 5.6+

13629.5k](/packages/edbizarro-laravel-facebook-ads)[mbarwick83/instagram

Simple Instagram API package for Laravel 5.\*. Package is in development.

1834.5k](/packages/mbarwick83-instagram)[muhamadrezaar/instagram

Laravel 5 Instagram Package

241.2k](/packages/muhamadrezaar-instagram)

PHPackages © 2026

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