2017 © Pedro Peláez
 

library fotolia-bundle

Symfony Bundle integrating Fotolia-API

image

astina/fotolia-bundle

Symfony Bundle integrating Fotolia-API

  • Monday, February 5, 2018
  • by pkraeutli
  • Repository
  • 18 Watchers
  • 1 Stars
  • 4,726 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Astina Fotolia Bundle

Symfony 2 bundle integrating the Fotolia API Kit for PHP., (*1)

https://github.com/Fotolia/Fotolia-API, (*2)

Installation

Step 1

Add astina/fotolia-bundle in your composer.json:, (*3)

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

and install it, (*4)

``` bash $ php composer.phar update astina/fotolia-bundle, (*5)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Astina\Bundle\FotoliaBundle\AstinaFotoliaBundle(), // ... ); }

Step 3

Configure the client service:, (*6)

astina_fotolia:
    api_key: your_fotolia_api_key
    caching: true|false # whether to cache api requests

The Versions

05/02 2018

dev-master

9999999-dev

Symfony Bundle integrating Fotolia-API

  Sources   Download

GNU GPL-2.0-only

The Requires

 

by Astina AG
by Olivier Sirven, Fotolia.com

17/05 2013

0.1.0

0.1.0.0

Symfony Bundle integrating Fotolia-API

  Sources   Download

GNU

The Requires

 

by Astina AG