PHPackages                             muhamadrezaar/instagram - 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. muhamadrezaar/instagram

ActiveLibrary[API Development](/categories/api)

muhamadrezaar/instagram
=======================

Laravel 5 Instagram Package

1.0.4(10y ago)241.2k13MITPHP

Since Jan 15Pushed 9y ago5 watchersCompare

[ Source](https://github.com/julles/laravel-instagram)[ Packagist](https://packagist.org/packages/muhamadrezaar/instagram)[ RSS](/packages/muhamadrezaar-instagram/feed)WikiDiscussions master Synced today

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

Laravel 5 Instagram Packages
============================

[](#laravel-5-instagram-packages)

[![Total Downloads](https://camo.githubusercontent.com/f9f8743557de3efc4ff50f214dfb62d42fb15edba3bad574871f942201842c9d/68747470733a2f2f706f7365722e707567782e6f72672f6d7568616d616472657a6161722f696e7374616772616d2f642f746f74616c2e737667)](https://packagist.org/packages/muhamadrezaar/instagram)[![Latest Stable Version](https://camo.githubusercontent.com/626bd9172d80cce0668340fa1a3f30ce3c9ab0ada13428ee72772583cbdd374f/68747470733a2f2f706f7365722e707567782e6f72672f6d7568616d616472657a6161722f696e7374616772616d2f762f737461626c652e737667)](https://packagist.org/packages/muhamadrezaar/instagram/v/stable.svg)[![License](https://camo.githubusercontent.com/07731e7d82335cf236c82feb69415591b86f3cfefe1719acb374db86b780768e/68747470733a2f2f706f7365722e707567782e6f72672f6d7568616d616472657a6161722f696e7374616772616d2f6c6963656e73652e737667)](https://packagist.org/packages/muhamadrezaar/instagram)

Package Instagram untuk Laravel 5

### Installasi

[](#installasi)

Tambahkan Package pada composer.json

```
composer require muhamadrezaar/instagram
```

setelah package terdownload , register provider dan facade nya

Provider :

```
Oblagio\Instagram\InstagramServiceProvider::class,
```

Facade :

```
'IG' => Oblagio\Instagram\InstagramFacade::class,
```

Publish config

```
php artisan vendor:publish
```

### Konfigurasi

[](#konfigurasi)

Buka file config/InstagramConfig.php masukan user id dan access token instagram anda contoh :

```
 'user-id-kamu',
		'accessToken' => 'access-token-kamu',

		'clientId' => 'client-id-kamu',
		'clientSecret' => 'client-secrets-kamu',
		'redirectUri' => 'redirect-uri-kamu',
	];
```

### Cara penggunaaan

[](#cara-penggunaaan)

Menampilkan Gambar low resolusi

```

```

Contoh Output Menampilkan gambar low resolution di browser

[![alt tag](https://camo.githubusercontent.com/0186b368687c7f4171871125d74af69509732e582323dd0e909014c8420d7033/68747470733a2f2f7331372e706f7374696d672e6f72672f3476656c6166626a7a2f696e7374616772616d2e706e67)](https://camo.githubusercontent.com/0186b368687c7f4171871125d74af69509732e582323dd0e909014c8420d7033/68747470733a2f2f7331372e706f7374696d672e6f72672f3476656c6166626a7a2f696e7374616772616d2e706e67)

Menampilkan Gambar standar resolusi

```

```

Menampilkan Informasi User

```

```

Menampilkan Data Followers

```

```

Menampilkan Data Following

```

```

### Menggunakan Login Authenticate

[](#menggunakan-login-authenticate)

contoh membuat link authentikasi (tombol login ke instagram)

```

```

tombol diatas akan meredirect ke halaman login instagram , setelah si user login maka instagram akan meridirect ke halaman yang anda declare di InstagramConfig.php -&gt; ('redirectUri' =&gt; 'bla bla bla').

contoh redirectUri : localhost:8000/instagram

selain meredirect ke halaman url anda tadi , instagram memberikan code di url anda , ini url nya localhost:8000/instagram?code=1234567. nah di url ini lah kita bisa mendapatkan informasi si user yang login tadi , dengan cara meggunakan script berikut :

```

```

semua informasi user yang login bisa di dapatkan :).

Ada Pertanyaan ?
----------------

[](#ada-pertanyaan-)

email aja ke :

License
-------

[](#license)

**ENJOY !!!**

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~12 days

Total

5

Last Release

3773d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8998059?v=4)[Muhamad Reza Abdul Rohim](/maintainers/julles)[@julles](https://github.com/julles)

---

Top Contributors

[![julles](https://avatars.githubusercontent.com/u/8998059?v=4)](https://github.com/julles "julles (33 commits)")[![muhghazaliakbar](https://avatars.githubusercontent.com/u/8321936?v=4)](https://github.com/muhghazaliakbar "muhghazaliakbar (1 commits)")

---

Tags

indonesiainstagramlaravellaravel-5-instagramlaravel-5-packagelaravel-instagramlaravel5laravelinstagram

### Embed Badge

![Health badge](/badges/muhamadrezaar-instagram/health.svg)

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

###  Alternatives

[edbizarro/laravel-facebook-ads

Facebook &amp; Instagram Ads for Laravel 5.6+

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

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

1834.5k](/packages/mbarwick83-instagram)[elevencodes/instagram-laravel

Instagram Service Provider for Laravel 4

328.4k](/packages/elevencodes-instagram-laravel)

PHPackages © 2026

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