Download the PHP package in-square/pimcore-instagram-bundle without Composer
On this page you can find all versions of the php package in-square/pimcore-instagram-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download in-square/pimcore-instagram-bundle
More information about in-square/pimcore-instagram-bundle
Files in in-square/pimcore-instagram-bundle
Package pimcore-instagram-bundle
Short Description Instagram media sync bundle for Pimcore.
License GPL-3.0-or-later
Homepage https://github.com/in-square/pimcore-instagram-bundle
Informations about the package 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
- Imports recent Instagram media into
InstagramItemobjects. - 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
Create config/packages/in_square_pimcore_instagram.yaml in the Pimcore project:
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
Install the bundle (creates InstagramItem DataObject):
Fetch recent items:
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.
All versions of pimcore-instagram-bundle with dependencies
elements/process-manager-bundle Version ^5.0
symfony/framework-bundle Version ^6.4
symfony/console Version ^6.4
pimcore/pimcore Version ^11.0