2017 © Pedro Peláez
 

library instagram-php-crawler

A simple PHP Crawler for Instagram

image

smochin/instagram-php-crawler

A simple PHP Crawler for Instagram

  • Friday, May 11, 2018
  • by jamersonsilva
  • Repository
  • 7 Watchers
  • 35 Stars
  • 2,415 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 3 Versions
  • 94 % Grown

The README.md

PHP Instagram Crawler

Join the chat at https://gitter.im/smochin/instagram-php-crawler Total Downloads Latest Stable Version Branch master Build Status, (*1)

A simple PHP Crawler for Instagram., (*2)

Installation

Package is available on Packagist, you can install it using Composer., (*3)

composer require smochin/instagram-php-crawler

Dependencies

  • PHP 7
  • json extension
  • cURL extension

Get started

Initialize the Crawler

$crawler = new Smochin\Instagram\Crawler();

Get a list of recently tagged media

$media = $crawler->getMediaByTag('php');

Get a list of recent media from a given location

$media = $crawler->getMediaByLocation(225963881);

Get the most recent media published by a user

$media = $crawler->getMediaByUser('instagram');

Get information about a media

$media = $crawler->getMedia('0sR6OhmwCQ');

Get information about a user

$user = $crawler->getUser('jamersonweb');

Get information about a location

$location = $crawler->getLocation(225963881);

Get information about a tag

$tag = $crawler->getTag('php');

Search for hashtags, locations and users

$result = $crawler->search('recife');

The Versions

11/05 2018

dev-master

9999999-dev https://github.com/smochin/instagram-php-crawler

A simple PHP Crawler for Instagram

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jamerson Silva

php http instagram crawler

14/03 2018

1.0.1

1.0.1.0 https://github.com/smochin/instagram-php-crawler

A simple PHP Crawler for Instagram

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jamerson Silva

php http instagram crawler

15/11 2016

1.0.0

1.0.0.0

A simple PHP Crawler for Instagram

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jamerson Silva

php http instagram crawler