2017 © Pedro Peláez
 

library instagram-parser

Parses data from Instagram without API access.

image

astrotomic/instagram-parser

Parses data from Instagram without API access.

  • Tuesday, July 11, 2017
  • by Gummibeer
  • Repository
  • 6 Watchers
  • 9 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Instagram Parser

Parses data from Instagram without API access., (*1)

GitHub release GitHub license GitHub issues, (*2)

StyleCI Code Climate, (*3)

Slack Team Slack join, (*4)

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');

The Versions

11/07 2017

dev-master

9999999-dev

Parses data from Instagram without API access.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

parser php instagram

27/01 2017

1.2.0

1.2.0.0

Parses data from Instagram without API access.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

parser php instagram

23/01 2017

1.1.0

1.1.0.0

Parses data from Instagram without API access.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

parser php instagram

19/01 2017

1.0.0

1.0.0.0

Parses data from Instagram without API access.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

parser php instagram