PHPackages                             astrotomic/instagram-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. astrotomic/instagram-parser

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

astrotomic/instagram-parser
===========================

Parses data from Instagram without API access.

1.2.0(9y ago)10945MITPHPPHP &gt;=5.6.0

Since Jan 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Astrotomic/instagram-parser)[ Packagist](https://packagist.org/packages/astrotomic/instagram-parser)[ RSS](/packages/astrotomic-instagram-parser/feed)WikiDiscussions master Synced 1mo ago

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

Instagram Parser
================

[](#instagram-parser)

Parses data from Instagram without API access.

[![GitHub release](https://camo.githubusercontent.com/5ff7b7979d89d473ae1e917aff3c57902653ec76e07291ac3601d2674b66b84e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f417374726f746f6d69632f696e7374616772616d2d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://github.com/Astrotomic/instagram-parser/releases)[![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/Astrotomic/instagram-parser/master/LICENSE)[![GitHub issues](https://camo.githubusercontent.com/cddb46797a910cb2ecf7f194d7957fb03b27f442f8fb9508716a99f235ac401b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f417374726f746f6d69632f696e7374616772616d2d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://github.com/Astrotomic/instagram-parser/issues)

[![StyleCI](https://camo.githubusercontent.com/cad91a2e6e4f9dc603415446dee6f1a36e3a7fcfb27d9c45ae60a28fde969d03/68747470733a2f2f7374796c6563692e696f2f7265706f732f37393437323934352f736869656c64)](https://styleci.io/repos/79472945)[![Code Climate](https://camo.githubusercontent.com/8c68beb90cefd5bb7048d243ff9c12ef142e45b4a454bdd7ffd64aa6fa469295/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f417374726f746f6d69632f696e7374616772616d2d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Astrotomic/instagram-parser)

[![Slack Team](https://camo.githubusercontent.com/f11b571e287b4400bb775f6ae4b9ee50ba0a96186697735aa663860d1e2ed179/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d617374726f746f6d69632d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://astrotomic.slack.com)[![Slack join](https://camo.githubusercontent.com/8c57b06b8323408ec318f72a06ae3a99fffdc723d7d404859ce6d3796d4993a5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d6a6f696e2d677265656e2e7376673f7374796c653d736f6369616c)](https://notifynder.signup.team)

Usage
-----

[](#usage)

```
$instagram = new Manager();
$instagram->setConfig('/your/path/for/the/cache/files', 'storage_path'); // optional but recommended

// get recent Media informations by User
$data = $instagram->getUserRecentMedia('username');

// get recent Media informations by Tag
$data = $instagram->getTagRecentMedia('tag');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

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

Every ~3 days

Total

3

Last Release

3443d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.5.0

1.2.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6187884?v=4)[Tom Herrmann](/maintainers/Gummibeer)[@Gummibeer](https://github.com/Gummibeer)

---

Top Contributors

[![Gummibeer](https://avatars.githubusercontent.com/u/6187884?v=4)](https://github.com/Gummibeer "Gummibeer (51 commits)")

---

Tags

instagraminstagram-parserparsed-dataparserphpphpinstagramparser

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k942.7M159](/packages/doctrine-lexer)[simplehtmldom/simplehtmldom

A fast, simple and reliable HTML document parser for PHP.

1931.4M15](/packages/simplehtmldom-simplehtmldom)[corveda/php-sandbox

A PHP library that can be used to run PHP code in a sandboxed environment

23796.2k2](/packages/corveda-php-sandbox)[romanpitak/nginx-config-processor

Nginx configuration files processor.

6935.9k1](/packages/romanpitak-nginx-config-processor)[leonelquinteros/php-toml

PHP parser for TOML language ( https://github.com/toml-lang/toml )

276.8k](/packages/leonelquinteros-php-toml)

PHPackages © 2026

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