Skip to content

Headoo/instagram-php

This branch is 5 commits ahead of, 3 commits behind marvinosswald/instagram-php:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

170277f · Apr 3, 2018

History

52 Commits
Jul 13, 2017
Apr 3, 2018
Oct 6, 2017
Jul 22, 2016
Jul 21, 2016
Jul 21, 2016
Oct 2, 2017
Jul 21, 2016
Apr 3, 2018
Oct 12, 2017
Sep 30, 2017
Jul 25, 2016

Repository files navigation

Laravel-PHP

Build Status MIT License Documentation Status

DISCLAIMER: This is not an offical SDK by Instagram

Requirements

  • PHP 5.6 or higher
  • Instagram App

Dependencies

  • Guzzle

Install and run test

$ git clone https://github.com/Headoo/instagram-php.git
$ cd instagram-php
$ composer install
$ export INSTAGRAM_ACCESS_TOKEN=your.access.token
$ export INSTAGRAM_USERNAME=your.username #You can get one here https://api.instagram.com/v1/users/self?access_token=your.access.token
$ ./vendor/phpunit/phpunit/phpunit