PHPackages                             fantasyrock/instagram - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. fantasyrock/instagram

ActiveLibrary[API Development](/categories/api)

fantasyrock/instagram
=====================

Instagram PHP API wrapper

v1.0.8(10y ago)143MITPHPPHP &gt;=5.4.0

Since Jun 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rockoo/InstagramAPI)[ Packagist](https://packagist.org/packages/fantasyrock/instagram)[ RSS](/packages/fantasyrock-instagram/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

InstagramAPI
============

[](#instagramapi)

Instagram API package

Installation
------------

[](#installation)

The reccomended way to install this pacakge is through [Composer](https://getcomposer.org). The package is available on [Packagist](https://packagist.org/packages/fantasyrock/instagram)

You may require the package by calling `composer require fantasyrock/instagram`

or add the package manually into your `composer.json` file:

```
{
    "require": {
        "fantasyrock/instagram": "*"
    }
}
```

Package currently works with **Guzzle HTTP Client Library** and needs to be added into your composer file:

```
{
    "require": {
        "guzzle/guzzle": "^6.0",
    }
}
```

Adapters
--------

[](#adapters)

Currently the packages offers only Guzzle as HTTP adapter but you may easily build your own by extending `HttpAbstract` and implementing `HttpAdapterInterface`

### Example

[](#example)

```
