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

ActiveLibrary[API Development](/categories/api)

bitwiseph/instagram-media
=========================

Get a posts from instagram account

019PHP

Since Jul 29Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Grab Instagram media posts to your custom website
=================================================

[](#grab-instagram-media-posts-to-your-custom-website)

It's a Laravel package which pulls instagram user posts to your website.

Requirements
------------

[](#requirements)

- PHP 7.0 or higher
- cURL
- Registered Instagram App via Facebook Developers

Laravel 5.8 or higher
---------------------

[](#laravel-58-or-higher)

Composer
--------

[](#composer)

```
composer require bitwiseph/instagram-media
```

```
Goto to config/app.php under providers array (this is not neccesary to Laravel 5.8 or higher)
 'providers' => [

 Bitwiseph\InstagramMedia\InstagramMediaServiceProvider::class,

 ]
```

ENV
---

[](#env)

Setup your .env file with the following:

```
INSTAGRAM_APP_ID=
INSTAGRAM_APP_SECRET=
INSTAGRAM_APP_REDIRECT_URI=
INSTAGRAM_ACCESS_TOKEN=
INSTAGRAM_USER_ID=
```

### Config (ignore when .env is setup)

[](#config-ignore-when-env-is-setup)

```
Go to: config/bitwiseph.php if you would want to add credentials via config

```

To use the Instagram API you have to register yourself as a developer at the [Facebook Developer Platform](https://developer.facebook.com) and create an App. Take a look at the uri guidelines before registering a redirect URI. You will need to add an Instagram under product section

```
Run the following php artisan command:

php artisan vendor:publish --tag=bitwiseph-instagram
```

```
This command will create a config file and vendor file for customization (for customization)
```

Customize the view
==================

[](#customize-the-view)

```
If you would prefer to edit the UI go to:
resources/views/vendor/bitwiseph/instagram-feed/index.blade.php
```

Give it a try
-------------

[](#give-it-a-try)

```
Run:
php artisan serve
```

Click [here](http://127.0.0.1:8000/instagram/posts) after executing the php artisan serve

### Legacy Version Support

[](#legacy-version-support)

PHP 5.4 &amp; 5.5 If you are using PHP 5.4 or 5.5, you should consider upgrading your environment as those versions have been past end of life since September 2015 and July 2016 respectively. Otherwise, you can still use Stripe by downloading stripe-php v6.43.1 (zip, tar.gz) from our releases page. This version will work but might not support recent features we added since the version was released and upgrading PHP is the best course of action.

### PHP 5.3

[](#php-53)

If you are using PHP 5.3, you should upgrade your environment as this version has been past end of life since August 2014. Otherwise, you can download v5.9.2 (zip, tar.gz) from our releases page. This version will continue to work with new versions of the Stripe API for all common uses.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 79.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dd9755adff690f94791c08f3a5b764b3ccb8400e0488fcf575b0e23fa50dfdb?d=identicon)[bitwiseph](/maintainers/bitwiseph)

---

Top Contributors

[![kuyajob](https://avatars.githubusercontent.com/u/86618107?v=4)](https://github.com/kuyajob "kuyajob (19 commits)")[![jusprint](https://avatars.githubusercontent.com/u/178227284?v=4)](https://github.com/jusprint "jusprint (5 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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