Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 987 Bytes

Readme.md

File metadata and controls

25 lines (17 loc) · 987 Bytes

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