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(3d ago)0674MITPHP

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 today

READMEChangelog (7)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

35

—

LowBetter than 77% of packages

Maintenance55

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

3d 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 (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

[craftcms/cms

Craft CMS

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

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[aedart/athenaeum

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

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

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

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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