PHPackages                             kerigansolutions/instagram-autogallery-wp - 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. kerigansolutions/instagram-autogallery-wp

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

kerigansolutions/instagram-autogallery-wp
=========================================

1.2(3y ago)0562MITPHP

Since Oct 12Pushed 3y agoCompare

[ Source](https://github.com/kerigansolutions/instagram-autogallery-wp)[ Packagist](https://packagist.org/packages/kerigansolutions/instagram-autogallery-wp)[ RSS](/packages/kerigansolutions-instagram-autogallery-wp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

KMA WordPress Instagram Feed
============================

[](#kma-wordpress-instagram-feed)

Easily pull posts into your WordPress Site from an Instagram page lnked to a Facebook Business page that you manage. WordPress is required and a special Admin page in WordPress is created. Posts are fetched and added to the WP database using a cron that runs every hour.

Status
------

[](#status)

Currently the app is configured to work with Posts.

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

[](#installation)

`composer require kerigansolutions/fb-instagram-wp`

Setup
-----

[](#setup)

1. Make sure you have admin access to the FB page and it is linked to the Instagram page you need to sync.
2. Log into WordPress and go to the new Instagram Settings menu item.
3. Authorize the app using app secret (FYI only KMA knows this).
4. Use the Auth tool to authorize the app to use a Facebook page you manage and select the Instagram feed.
5. Use the sync tool to build the database of posts.
6. Program a view to show the data in your templates.

### Include or Extend the WP Admin class:

[](#include-or-extend-the-wp-admin-class)

```
use KeriganSolutions\Instagram;
use KeriganSolutions\Instagram\WP\InstagramPost;

class Instagram extends Instagram\WP\Admin
{

  // retrieve posts from WP database
  public function getInstagramPosts($num = -1, $args = [])
  {
    return (new InstagramPost())->query($num, $args);
  }

}
```

### Or make the API call and retrieve the results directly:

[](#or-make-the-api-call-and-retrieve-the-results-directly)

```
use KeriganSolutions\Instagram\WP\InstagramPost;

$feed  = new InstagramPost;
$results = $feed->query(5);
```

```
fetch("/wp-json/kerigansolutions/v1/get-kma-instagram-post", {
    method: 'GET',
    mode: 'cors',
    cache: 'no-cache',
    headers: {
        'Content-Type': 'application/json',
    },
})
.then(r => r.json())
.then((res) => {
    // do something with res
})
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Recently: every ~40 days

Total

7

Last Release

1144d ago

Major Versions

0.4 → 1.02022-10-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/72e6719e07dde4f1374bbc190f8677a91978964401bb4f47cc8c1682e66b6cb3?d=identicon)[kma](/maintainers/kma)

---

Top Contributors

[![programmer-man](https://avatars.githubusercontent.com/u/23462829?v=4)](https://github.com/programmer-man "programmer-man (7 commits)")

### Embed Badge

![Health badge](/badges/kerigansolutions-instagram-autogallery-wp/health.svg)

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

###  Alternatives

[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)

PHPackages © 2026

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