PHPackages                             pecee/instagram-sdk - 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. pecee/instagram-sdk

ActiveLibrary[API Development](/categories/api)

pecee/instagram-sdk
===================

An easy-to-use PHP Class for accessing Instagram's API.

3.3.1(10y ago)1100BSD-4-ClausePHPPHP &gt;=5.3.0

Since Jul 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/skipperbent/instagram-php-sdk)[ Packagist](https://packagist.org/packages/pecee/instagram-sdk)[ Docs](https://github.com/skipperbent/instagram-php-sdk)[ RSS](/packages/pecee-instagram-sdk/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

\#[![Image](https://camo.githubusercontent.com/0fedced63b0a82a783337226db614dbf360da0480072bf0c9a75fb1007be74b8/68747470733a2f2f7261772e6769746875622e636f6d2f636f73656e6172792f496e7374616772616d2d5048502d4150492f6d61737465722f6578616d706c652f6173736574732f696e7374616772616d2e706e67)](https://camo.githubusercontent.com/0fedced63b0a82a783337226db614dbf360da0480072bf0c9a75fb1007be74b8/68747470733a2f2f7261772e6769746875622e636f6d2f636f73656e6172792f496e7374616772616d2d5048502d4150492f6d61737465722f6578616d706c652f6173736574732f696e7374616772616d2e706e67) Instagram PHP API v3.3.0

A PHP wrapper for the Instagram API.
Feedback or bug reports are appreciated.

> Now supports [Instagram video](#instagram-videos) responses.

Requirements
============

[](#requirements)

- Registered Instagram App
- PHP 5.3 or higher
- cURL

Get started
===========

[](#get-started)

To use the Instagram API with OAuth you have to register yourself as developer at the [Instagram Developer Platform](http://instagr.am/developer/register/) and set up an App. Take a look at the [uri guidlines](#samples-for-redirect-urls) before registering a redirect URI.

Please note that Instagram mainly refers to »Clients« instead of »Apps«. So »Client ID« and »Client Secret« are the same as »App Key« and »App Secret«.

> A good place to get started is the example App.

Initialize the class
--------------------

[](#initialize-the-class)

### Pure PHP

[](#pure-php)

```
