aicial/instagram

Instagram API Wrapper for PHP

0.1.1 2016-02-06 05:11 UTC

This package is not auto-updated.

Last update: 2020-07-30 16:51:00 UTC


README

Provides a simple way to interact the Instagram API. https://www.instagram.com/developer/endpoints/

Installation

cd <project_dir>
composer require aicial\instagram

Usage [TODO]

require __DIR__ . '/vendor/autoload.php';	//Use composers autoload

$instagram = new Aicial\Instagram;

Methods [TODO]

//No idea - not written yet

Example [TODO]

Notes [TODO]

History

5 Feb 2016 - Initial creation

Copyright

2016 Troy Kelly, Aicial Pty Ltd (Australia)