ahmadshah / instamob

Instagram API sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instamob

An Unofficial SDK for instagram API.

Usage

Laravel 5

Update your resources/config/app.php to include the service provider.

<?php
    ...
    'providers' => [
        ...

        Instamob\Laravel\InstamobServiceProvider::class,
    ];

Others

Feel free to take a look at the examples provided.

About

Instagram API sdk


Languages

Language:PHP 100.0%