PHPackages                             astina/fotolia-bundle - 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. astina/fotolia-bundle

AbandonedArchivedLibrary[API Development](/categories/api)

astina/fotolia-bundle
=====================

Symfony Bundle integrating Fotolia-API

0.1.0(13y ago)120.5kGNUPHPPHP &gt;=5.3.3

Since May 17Pushed 8y ago5 watchersCompare

[ Source](https://github.com/astina/AstinaFotoliaBundle)[ Packagist](https://packagist.org/packages/astina/fotolia-bundle)[ RSS](/packages/astina-fotolia-bundle/feed)WikiDiscussions master Synced 3w ago

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

Astina Fotolia Bundle
=====================

[](#astina-fotolia-bundle)

Symfony 2 bundle integrating the Fotolia API Kit for PHP.

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

[](#installation)

### Step 1

[](#step-1)

Add astina/fotolia-bundle in your composer.json:

```
{
    "require": {
        "astina/fotolia-bundle": "dev-master"
    }
}
```

and install it

```
$ php composer.phar update astina/fotolia-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
