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

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

madebyprisma/instagram
======================

A simple toolkit that allows for one-click CMS integration with Instagram

v2.5.3(3y ago)088AGPL-3.0-onlyPHP

Since Jan 14Pushed 3y ago2 watchersCompare

[ Source](https://github.com/madebyprisma/instagram)[ Packagist](https://packagist.org/packages/madebyprisma/instagram)[ RSS](/packages/madebyprisma-instagram/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)DependenciesVersions (17)Used By (0)

Instagram Integration for SilverStripe
======================================

[](#instagram-integration-for-silverstripe)

`composer require madebyprisma/instagram`

A simple toolkit that allows for one-click CMS auth for an Instagram account.

Getting Started
---------------

[](#getting-started)

1. Setup a Facebook app with **Instagram Basic Display** [See Facebook Docs](https://developers.facebook.com/docs/instagram-basic-display-api/getting-started)

- **Setup Notes:**
    - The CMS integration only works with https, however manually generated test tokens work locally.
    - Valid OAuth Redirect URIs should direct to `https://{your-domain}/prisma.instagram/authorize`
    - Deauthorize Callback URL should direct to `https://{your-domain}/prisma.instagram/deauthorize`
    - Data Deletion Request Callback URL should direct to `https://{your-domain}/prisma.instagram/delete_data`

2. Assign your app keys:

```
# mysite.yml

Prisma\Instagram:
  app_id: {Instagram app ID}
  app_secret: {Instagram app secret}
```

3. You or the client can then link an Instagram account by clicking on **Link Account** inside of **Admin** &gt; **Settings** &gt; **Instagram**

Reference
---------

[](#reference)

class **Prisma\\Instagram**

- static function **getMedia**(*int* **$limit** = *5*) *ArrayList&lt;**Post**&gt;*

DataObjet **Post**

- **InstagramID**: *Int* - ID of the Post
- **Type**: `"IMAGE"` `"VIDEO"` `"CAROUSEL_ALBUM"` - Media type, if this post is a child, then it will only be `"IMAGE"` or `"VIDEO"`
- **ISOTimestamp**: *String* - ISO8601 timestamp of the post
- **URL**: *String* - The URL to the post media
- **ThumbnailURL**: *String* - The URL to the post thumbnail, only available for `"VIDEO"`
- **Caption**: *String?* - Caption on the post, may be empty
- **Children**: *ArrayList&lt;**Post**&gt;?* - The posts children, only valid if **Type** is `"CAROUSEL_ALBUM"`
- **PermaLink**: *String* - The permalink to the post

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~33 days

Total

16

Last Release

1346d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50ea9b17ec1418ae7c6715077e5c6d06a5080c4345574488dae955efa0a9b79c?d=identicon)[jessedsolomon](/maintainers/jessedsolomon)

---

Top Contributors

[![jessedsolomon](https://avatars.githubusercontent.com/u/43144345?v=4)](https://github.com/jessedsolomon "jessedsolomon (31 commits)")

---

Tags

instagram

### Embed Badge

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

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

###  Alternatives

[pluginscart/dynamodb-php

Access AWS DynamoDB through simpler interface in PHP.

1114.0k](/packages/pluginscart-dynamodb-php)

PHPackages © 2026

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