marijnbent / instagram

An easy-to-use and simple Instagram package

Home Page:https://vinkla.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram

instagram

An easy-to-use and simple Instagram package.

use Vinkla\Instagram\Instagram;

// Create a new instagram instance.
$instagram = new Instagram();

// Fetch the media feed.
$instagram->get('jerryseinfeld');

Build Status StyleCI Coverage Status Latest Version License

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require vinkla/instagram

Usage

First you need to create a new Vinkla\Instagram\Instagram instance.

use Vinkla\Instagram\Instagram;

$instagram = new Instagram();

Then to fetch the data you can use the get() method.

$instagram->get('jerryseinfeld');

To preview the JSON data you can visit the page in your browser.

License

MIT © Vincent Klaiber

About

An easy-to-use and simple Instagram package

https://vinkla.com/

License:MIT License


Languages

Language:PHP 100.0%