PHPackages                             jusdepixel/instagram-api-laravel - 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. jusdepixel/instagram-api-laravel

ActiveLibrary[API Development](/categories/api)

jusdepixel/instagram-api-laravel
================================

Get your instagram feeds and share them !

v1.2.4(3y ago)336[4 issues](https://github.com/jusdepixel/instagram-api-laravel/issues)MITPHPPHP ^8.1

Since Mar 5Pushed 3y ago2 watchersCompare

[ Source](https://github.com/jusdepixel/instagram-api-laravel)[ Packagist](https://packagist.org/packages/jusdepixel/instagram-api-laravel)[ RSS](/packages/jusdepixel-instagram-api-laravel/feed)WikiDiscussions main Synced today

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

Instagram Api Laravel
=====================

[](#instagram-api-laravel)

Get multiple instagram feeds and share them in one

---

[![Laravel support v9, v10](https://camo.githubusercontent.com/bf19afe35af4348901daf156503a4c3e4569dad5fb72b453adc2586888846f12/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c253230537570706f72742d76392532432532307631302d626c7565)](https://camo.githubusercontent.com/bf19afe35af4348901daf156503a4c3e4569dad5fb72b453adc2586888846f12/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c253230537570706f72742d76392532432532307631302d626c7565)[![Tests passing](https://camo.githubusercontent.com/fac78582e11a8203260808a584639539a335e93524d62559f627d4c9a7aea95f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54657374732d70617373696e672d627269676874677265656e)](https://camo.githubusercontent.com/fac78582e11a8203260808a584639539a335e93524d62559f627d4c9a7aea95f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54657374732d70617373696e672d627269676874677265656e)[![Licence MIT](https://camo.githubusercontent.com/7876af45a33bb3099a2a3d0e33593dfdb1e331f2f524cd809f60064e808bf641/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d79656c6c6f77)](https://camo.githubusercontent.com/7876af45a33bb3099a2a3d0e33593dfdb1e331f2f524cd809f60064e808bf641/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d79656c6c6f77)

Configuration
-------------

[](#configuration)

#### Setting your Instagram application in .env

[](#setting-your-instagram-application-in-env)

```
INSTAGRAM_ROUTES_PREFIX=api
INSTAGRAM_CLIENT_ID=INSTAGRAM_CLIENT_ID
INSTAGRAM_CLIENT_SECRET=INSTAGRAM_CLIENT_SECRET
INSTAGRAM_REQUEST_URI=https://mydomain.me/INSTAGRAM_ROUTES_PREFIX/auth/code

```

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

[](#installation)

#### Install this package via Composer

[](#install-this-package-via-composer)

```
composer require jusdepixel/instagram-api-laravel

```

#### Add service in config/app.php

[](#add-service-in-configappphp)

```
Jusdepixel\InstagramApiLaravel\InstagramServiceProvider::class,

```

#### Add jobs in app/Console/Kernel.php

[](#add-jobs-in-appconsolekernelphp)

```
protected function schedule(Schedule $schedule): void
{
    $schedule->job(new RefreshTokenJob)->daily();
    $schedule->job(new RefreshMediaJob)->daily();
    $schedule->job(new AutoRepostJob)->daily();
}

```

#### Run migration

[](#run-migration)

```
php artisan migrate

```

#### And start server

[](#and-start-server)

```
php artisan serve

```

Usage
-----

[](#usage)

#### Get your instagram app code first

[](#get-your-instagram-app-code-first)

```
GET /api/init/url

```

#### Copy returned code

[](#copy-returned-code)

```
{"code":"INSTAGRAM_CODE"}

```

#### Then, get your token

[](#then-get-your-token)

```
POST /api/auth/login/INSTAGRAM_CODE

```

You are now logged, you could use routes !

#### Routes

[](#routes)

```
See instagram-api-laravel.postman_collection.json

```

Link
----

[](#link)

[Github instagram-api-laravel](https://github.com/jusdepixel/instagram-api-laravel)
[Packagist instagram-api-laravel](https://packagist.org/packages/jusdepixel/instagram-api-laravel)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Total

6

Last Release

1198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73d3f95f753e29dd2c5cb78b27b2d21cefaad5c0e392417cf52d4bda1a75a730?d=identicon)[jusdepixel](/maintainers/jusdepixel)

---

Top Contributors

[![jusdepixel](https://avatars.githubusercontent.com/u/63457062?v=4)](https://github.com/jusdepixel "jusdepixel (111 commits)")

---

Tags

apiinstagramlaravelapilaravelinstagram

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[smodav/mpesa

M-Pesa API implementation

16467.9k1](/packages/smodav-mpesa)

PHPackages © 2026

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