PHPackages                             admench/craft-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. [HTTP &amp; Networking](/categories/http)
4. /
5. admench/craft-instagram

ActiveCraft-plugin[HTTP &amp; Networking](/categories/http)

admench/craft-instagram
=======================

Simple Instagram Api endpoint for Craft CMS - intended for Javascript to consume as AJAX post request, returning users feed

1.0(8y ago)045MITPHP

Since Feb 16Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Craft Instagram Api plugin for Craft CMS 3.x
============================================

[](#craft-instagram-api-plugin-for-craft-cms-3x)

Craft Instagram Api guzzle endpoint plugin for JS to consume as AJAX

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require admench/craft-instagram

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft Instagram.

Craft Instagram Overview
------------------------

[](#craft-instagram-overview)

Simple Instagram Api endpoint for Craft CMS - intended for Javascript to consume as AJAX post request, returning users feed

Configuring Instagram Api
-------------------------

[](#configuring-instagram-api)

Make sure you create a `.env` variable with your Instagram Access Token as `INSTAGRAM_ACCESS_TOKEN`

Make sure you create a `.env` variable with your required number of posts as `INSTAGRAM_COUNT`

Using Instagram Api
-------------------

[](#using-instagram-api)

Here is an example Vue Component which consumes the endpoint `/actions/instagram-api/feed`:

```

export default {
	props: ["csrfToken"],
	data() {
		return {
			instagramFeed: {
				data: [],
				meta: {
					code: null
				},
				pagination: {}
			}
		};
	},
	created() {
		var qsparams = qs.stringify({
			CRAFT_CSRF_TOKEN: this.csrfToken
		});
		axios
			.post("/actions/craft-instagram/feed", qsparams)
			.then(response => {
				this.instagramFeed = response.data;
			})
			.catch(e => {
				this.instagramFeed = e;
				console.log("error: " + e);
				console.log(e);
			});
	}
};

		// See what the response is

			{{ instagramFeed }}

```

Instagram Api Roadmap
---------------------

[](#instagram-api-roadmap)

Some things to do, and ideas for potential features:

- Release it

Brought to you by [Adam Menczykowski](https://youi.design)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3056d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/672916?v=4)[Adam Menczykowski](/maintainers/admench)[@admench](https://github.com/admench)

---

Top Contributors

[![admench](https://avatars.githubusercontent.com/u/672916?v=4)](https://github.com/admench "admench (6 commits)")

---

Tags

ajaxcraftcmscraftcms-pluginguzzleinstagramcmsCraftcraftcmscraft-plugininstagram api

### Embed Badge

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

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k58](/packages/verbb-formie)[verbb/vizy

A flexible visual editor field for Craft.

4249.7k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24142.6k12](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[verbb/icon-picker

A slick field to pick icons from. Supports SVGs, Sprites, Webfonts, Font Awesome and more.

16168.8k6](/packages/verbb-icon-picker)[verbb/postie

Get shipping rates, tracking status and print labels with Australia Post, UPS, USPS, FedEx, DHL Express, and more.

1119.1k](/packages/verbb-postie)

PHPackages © 2026

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