PHPackages                             proklung/instagram-parser-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. [API Development](/categories/api)
4. /
5. proklung/instagram-parser-bundle

ActiveSymfony-bundle[API Development](/categories/api)

proklung/instagram-parser-bundle
================================

Symfony bundle for parsing Instagram via RapidAPI.

1.1.6(4y ago)23MITPHPPHP &gt;=7.3

Since May 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ProklUng/instagram.parser.bundle)[ Packagist](https://packagist.org/packages/proklung/instagram-parser-bundle)[ RSS](/packages/proklung-instagram-parser-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (9)Versions (11)Used By (0)

Бандл парсинга Инстаграма посредством Instagram RapidAPI
========================================================

[](#бандл-парсинга-инстаграма-посредством-instagram-rapidapi)

Решение частной задачи, показавшее некоторую степень универсальности.

Используется [api](https://rapidapi.com/ru/restyler/api/instagram40). В качестве дополнения приложен механизм генерации фикстур с помощью консольных команд.

Зачем?
------

[](#зачем)

Не захотел городить конструкцию с регистрацией приложения в Facebook и т.д. "Обычные" средства парсинга с некоторых, уже давних, пор работают с перебоями. Пришлось так.

Установка
---------

[](#установка)

composer.json:

```
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/proklung/instagram.parser.bundle"
        }
    ]
```

```
composer require proklung/instagram-parser-bundle
```

Пример конфигурации бандла
--------------------------

[](#пример-конфигурации-бандла)

```
instagram_parser_rapid_api:
  defaults:
    enabled: true

  #####################################
  # Настройки кэширования. Опционально
  #####################################
  cache_path: 'cache/s1/instagram-parser'
  cache_ttl: 86400
  cache_user_data_ttl: 31536000
  cacher_service: 'app.cache.adapter.redis' # Любой кэшер, реализующий Symfony\Contracts\Cache\CacheInterface

  ##############
  # Мок запроса
  ##############
  mock: false
  # Путь к фикстуре запроса картинок.
  fixture_response_path: '/local/config/Fixture/response.txt'
  # Путь к фикстуре запроса данных пользователя.
  fixture_user_path: '/local/config/Fixture/user.txt'

  # Куда локально сохранять картинки из Инстаграма.
  path_image: '/upload/instagram'

  ###########################
  # Информация о пользователе
  ###########################

  # См. https://codeofaninja.com/tools/find-instagram-user-id/
  # Или запрос вида https://www.instagram.com/web/search/topsearch/?query=dertaglu (поле PK)
  # Или получение через UserInfoRetriever.
  instagram_user_id: 8440733461

  # Имя пользователя.
  instagram_user_name: user_instagra,

  ################
  # Параметры API
  ################

  # Ключ к https://rapidapi.com/restyler/api/instagram40
  rapid_api_key: 5466bdf907vvv430e9579da6a738p18854cjsnb789fb399aa0
```

Консольная команда
------------------

[](#консольная-команда)

```
php bin/console make:instagram-fixtures exampleInstagramUserName

```

В результате положит две фикстуры (`user.txt` и `response.txt`) по адресам, указанным в ключах `fixture_user_path` и `fixture_response_path` бандла.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Recently: every ~15 days

Total

10

Last Release

1752d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9210c86ee6734e537eaf22c0f2fe7a965451e340e39e1aae2b74013f24c2660d?d=identicon)[gedovan](/maintainers/gedovan)

---

Top Contributors

[![ProklUng](https://avatars.githubusercontent.com/u/19857467?v=4)](https://github.com/ProklUng "ProklUng (13 commits)")

---

Tags

bitrix-symfonyinstagramphp7symfony-bundlewordpress-symfony

### Embed Badge

![Health badge](/badges/proklung-instagram-parser-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M646](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M190](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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