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
=========================================

2.0.0(1mo ago)0715MITPHP

Since Oct 12Pushed 1mo 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 1w ago

READMEChangelog (8)Dependencies (6)Versions (9)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

44

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Recently: every ~339 days

Total

8

Last Release

49d ago

Major Versions

0.4 → 1.02022-10-12

1.2 → 2.0.02026-07-01

### 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 (8 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

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[aedart/athenaeum

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

265.2k](/packages/aedart-athenaeum)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1349.3k1](/packages/jasara-php-amzn-selling-partner-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)

PHPackages © 2026

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