PHPackages                             aniket-magadum/insta-feeds - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aniket-magadum/insta-feeds

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aniket-magadum/insta-feeds
==========================

1.0.1(2y ago)02921[2 issues](https://github.com/aniket-magadum/insta-feeds/issues)PHP

Since Dec 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aniket-magadum/insta-feeds)[ Packagist](https://packagist.org/packages/aniket-magadum/insta-feeds)[ RSS](/packages/aniket-magadum-insta-feeds/feed)WikiDiscussions main Synced 1mo ago

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

Insta Feeds
===========

[](#insta-feeds)

> Display Instagram Posts on your website with ease. Use Coupon Code `FIRST10` for 50% discount for first 10 users only.

This addon make's use of the [Instagram Page Display API](https://developers.facebook.com/docs/instagram-basic-display-api/) for fetching data via Instagram.

Features
--------

[](#features)

- Provides you a tag which you use to render instagram posts in your template.
- Refresh the access token via schedular so you always keep fetching the latest content.
- Caching of the API response for faster rendering.

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require aniket-magadum/insta-feeds
```

> Remember! This is a paid addon so purchase a license before using it.

How to Use
----------

[](#how-to-use)

Once the extension is installed we have to setup the `INSTA_FEEDS_ACCESS_TOKEN` and `INSTA_FEEDS_CLIENT_SECRET` in your .env file.

```
INSTA_FEEDS_ACCESS_TOKEN=ACCESS_TOKEN_HERE
INSTA_FEEDS_CLIENT_SECRET=CLIENT_SECRET_HERE
```

In order to generate these tokens you can visit this [Get Started Guide for Instagram Basic Display API](https://developers.facebook.com/docs/instagram-basic-display-api/getting-started)

On the same page you have to create a long lived access token as below

[![image](https://user-images.githubusercontent.com/48653948/207324017-66f5a955-d5dc-4d50-aa6d-3a2a239c1085.png)](https://user-images.githubusercontent.com/48653948/207324017-66f5a955-d5dc-4d50-aa6d-3a2a239c1085.png)

Once you click on generate token button it will ask your instagram details and once done you will receive this access token.

[![image](https://user-images.githubusercontent.com/48653948/207324126-2d94115e-d3c1-4f71-9f68-ca18ac37ed06.png)](https://user-images.githubusercontent.com/48653948/207324126-2d94115e-d3c1-4f71-9f68-ca18ac37ed06.png)

### Schedular

[](#schedular)

This addon requires the schedular to be running as it performs the following tasks to be run in the background.

- Caching of instagram posts for faster retrieval.
- Refreshing of the access token periodically so that we dont need to put in any manual efforts.

You can setup a schedular is not already running by [Following the Laravel Documenation](https://laravel.com/docs/9.x/scheduling#running-the-scheduler)

As of now,

- Posts are cached every hour.
- Token is refreshed every month.

If you wish to customize these values please let me know. But believe me the defaults are the best.

### Rendering the feeds

[](#rendering-the-feeds)

In order to render the feeds on the frontend we can make use of the `{{ insta_feed }}` tag . Here is an example snipped which you can use. We have also added a {{ nocache tag }} as it will prevent frontend caching of the page and make this template dynamic.

```
{{ nocache }}
  {{ insta_feed limit="8"}}

        {{ caption ?? 'No Caption Needed' }}

  {{ /insta_feed }}
{{ /nocache }}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~197 days

Total

2

Last Release

1046d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1274f5284d6c654dc57d7e1213558475c53ceaae89ba1142ab885255d37a3d00?d=identicon)[aniketmagadum](/maintainers/aniketmagadum)

---

Top Contributors

[![aniket-magadum](https://avatars.githubusercontent.com/u/48653948?v=4)](https://github.com/aniket-magadum "aniket-magadum (13 commits)")[![StanMenten-bp](https://avatars.githubusercontent.com/u/84512974?v=4)](https://github.com/StanMenten-bp "StanMenten-bp (1 commits)")

### Embed Badge

![Health badge](/badges/aniket-magadum-insta-feeds/health.svg)

```
[![Health](https://phpackages.com/badges/aniket-magadum-insta-feeds/health.svg)](https://phpackages.com/packages/aniket-magadum-insta-feeds)
```

###  Alternatives

[arrowjustdoit/crontab

Crontab extension for laravel-admin

344.0k](/packages/arrowjustdoit-crontab)[ncuesta/pinocchio

Annotated Source generator for PHP (port of Docco)

122.6k2](/packages/ncuesta-pinocchio)

PHPackages © 2026

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