PHPackages                             eko/instagrambundle - 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. [Framework](/categories/framework)
4. /
5. eko/instagrambundle

ActiveLibrary[Framework](/categories/framework)

eko/instagrambundle
===================

A Symfony Instagram bundle

9194[2 issues](https://github.com/eko/InstagramBundle/issues)PHP

Since Jun 27Pushed 12y ago2 watchersCompare

[ Source](https://github.com/eko/InstagramBundle)[ Packagist](https://packagist.org/packages/eko/instagrambundle)[ RSS](/packages/eko-instagrambundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

InstagramBundle - A bundle to interact with Instagram API
=========================================================

[](#instagrambundle---a-bundle-to-interact-with-instagram-api)

[![Build Status](https://camo.githubusercontent.com/bfeeb7e33568dfc115064eab5c1a21ea7079ff5d3ed9e15acab8321283fb5f7b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f656b6f2f496e7374616772616d42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/eko/InstagramBundle)

/!\\ Currently in development

Features
--------

[](#features)

- Authenticate with Instagram API
- Retrieve instagram photos

Installation / Configuration
----------------------------

[](#installation--configuration)

### 1) Add this in your `app/routing.yml`

[](#1-add-this-in-your-approutingyml)

```
eko_instagram:
  resource: "@EkoInstagramBundle/Resources/config/routing.xml"
```

### 2) Add your configuration in `app/config.yml`

[](#2-add-your-configuration-in-appconfigyml)

```
eko_instagram:
    applications:
        yourapplication:
            application_id: 000000000000000000000
            application_secret: 000000000000000000000
            redirect_route: eko_instagram_default_redirect
```

Authenticate user
-----------------

[](#authenticate-user)

### 1) Create a first controller action to retrieve authentication code

[](#1-create-a-first-controller-action-to-retrieve-authentication-code)

```
