PHPackages                             adair-creative/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. adair-creative/instagram

Abandoned → [madebyprisma/instagram](/?search=madebyprisma%2Finstagram)Library[Authentication &amp; Authorization](/categories/authentication)

adair-creative/instagram
========================

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

050PHP

Since May 24Pushed 3y ago2 watchersCompare

[ Source](https://github.com/adair-creative/instagram)[ Packagist](https://packagist.org/packages/adair-creative/instagram)[ RSS](/packages/adair-creative-instagram/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (1)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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### 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/adair-creative-instagram/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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