PHPackages                             in-square/pimcore-instagram-bundle - 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. in-square/pimcore-instagram-bundle

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

in-square/pimcore-instagram-bundle
==================================

Instagram media sync bundle for Pimcore.

v1.0.1(4mo ago)04GPL-3.0-or-laterPHPPHP ^8.2CI passing

Since Jan 4Pushed 4mo agoCompare

[ Source](https://github.com/in-square/pimcore-instagram-bundle)[ Packagist](https://packagist.org/packages/in-square/pimcore-instagram-bundle)[ Docs](https://github.com/in-square/pimcore-instagram-bundle)[ RSS](/packages/in-square-pimcore-instagram-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Pimcore Instagram Bundle
========================

[](#pimcore-instagram-bundle)

Bundle synchronizes recent Instagram media into Pimcore DataObjects. It creates an `InstagramItem` class on install and provides a console command to fetch the latest posts (image assets + metadata).

Features
--------

[](#features)

- Imports recent Instagram media into `InstagramItem` objects.
- Stores media as Pimcore assets under a configurable folder.
- Automatically refreshes the Instagram access token when it is close to expiring.
- Can be scheduled via CRON or executed through Pimcore Process Manager.

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

[](#configuration)

Create `config/packages/in_square_pimcore_instagram.yaml` in the Pimcore project:

```
in_square_pimcore_instagram:
    object_folder: '/instagram'
    assets_folder: '/instagram'
    items_limit: 6
```

Website Settings
----------------

[](#website-settings)

Add or update these Website Settings in Pimcore:

- `instagram_token` (text) - required access token.
- `instagram_token_expires_at` (text) - updated automatically after token refresh.

Usage
-----

[](#usage)

Install the bundle (creates `InstagramItem` DataObject):

```
php bin/console pimcore:bundle:install InSquarePimcoreInstagramBundle
```

Fetch recent items:

```
php bin/console insquare:instagram:update-photos -c 6
```

Process Manager
---------------

[](#process-manager)

You can add `insquare:instagram:update-photos` as a Process Manager job in Pimcore to run it on a schedule. The command uses `ExecutionTrait`, so it integrates with Process Manager out of the box.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance82

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad729a699b734ec9098b169b396f7c686c5eb920bd04d20b29f346b592f59ee8?d=identicon)[kolarian](/maintainers/kolarian)

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (6 commits)")

---

Tags

instagrampimcorepimcore-bundlepimcore-plugin

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/in-square-pimcore-instagram-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/in-square-pimcore-instagram-bundle/health.svg)](https://phpackages.com/packages/in-square-pimcore-instagram-bundle)
```

###  Alternatives

[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8117.7k](/packages/instride-data-definitions)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2884.6k](/packages/youwe-workflow-gui)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3289.3k2](/packages/dpfaffenbauer-process-manager)

PHPackages © 2026

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