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

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

thoughtco/statamic-instagram
============================

v1.1.0(1y ago)3391[1 issues](https://github.com/thoughtco/statamic-instagram/issues)PHPPHP ^8.2

Since Oct 23Pushed 1y ago3 watchersCompare

[ Source](https://github.com/thoughtco/statamic-instagram)[ Packagist](https://packagist.org/packages/thoughtco/statamic-instagram)[ RSS](/packages/thoughtco-statamic-instagram/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

Statamic Instagram
==================

[](#statamic-instagram)

> Statamic Instagram lets you pull down users media and profiles from within your Statamic site.

How to Install
--------------

[](#how-to-install)

Run the following command from your project root:

```
composer require thoughtco/statamic-instagram
```

Configuration
-------------

[](#configuration)

A configuration file can be published by running the following command:

`php artisan vendor:publish --tag=statamic-instagram-config`

This will create `statamic-instagram.php` in your config folder.

Usage
-----

[](#usage)

This package provides a light wrapper around , which uses web scraping to get Instagram posts. This means you don't need to set up a Facebook or Instagram App to access it.

It requires an Instagram username and password to pull down data - you should create a throwaway Instagram account for this rather than using an actual account. Add the username and password to your .env:

`STATAMIC_INSTAGRAM_USERNAME` and `STATAMIC_INSTAGRAM_PASSWORD`.

### Tag

[](#tag)

This package provides an `{{ instagram }}` tag:

```
{{ instagram profile="robertdowneyjr" limit="6" as="ig" }}

        {{ ig }}
            {{ media }}

            {{ /media }}
        {{ /ig }}

{{ /instagram }}

```

### API

[](#api)

This package exposes the API provided by the instagram-user-feed package, so you can call any of the methods on it, eg:

```
app(\Instagram\Api::class)->getProfile('robertdowneyjr');
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~7 days

Total

4

Last Release

552d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51899?v=4)[Ryan Mitchell](/maintainers/ryanmitchell)[@ryanmitchell](https://github.com/ryanmitchell)

---

Top Contributors

[![ryanmitchell](https://avatars.githubusercontent.com/u/51899?v=4)](https://github.com/ryanmitchell "ryanmitchell (9 commits)")[![JorisOrangeStudio](https://avatars.githubusercontent.com/u/127202603?v=4)](https://github.com/JorisOrangeStudio "JorisOrangeStudio (1 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/collaboration

Real-time collaboration and multi-user authoring for Statamic Pro.

3688.4k](/packages/statamic-collaboration)[jacksleight/statamic-bard-texstyle

17172.5k](/packages/jacksleight-statamic-bard-texstyle)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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