2017 © Pedro Peláez
 

symfony-bundle flickr-bundle

Flickr api wrapper

image

rezzza/flickr-bundle

Flickr api wrapper

  • Friday, December 18, 2015
  • by steph_py
  • Repository
  • 4 Watchers
  • 5 Stars
  • 3,187 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

FlickrBundle

A simple wrapper for flickr api., (*1)

rezzza_flickr:
    key: 'my api key'
    secret: 'my api secret'

# or

rezzza_flickr:
    default_client: default
    clients:
        default:
            key: 'my api key'
            secret: 'my api secret'
        second:
            key: 'my second api key'
            secret: 'my second api secret'

All services from flickr are currently called with oauth security, by this way, at this moment, you can't use this bundle without oauth authentication., (*2)

$client = $this->get('rezzza_flickr.client');
$client->getMetadata()->setOauthAccess('access token', 'access token secret');
// then use it ...

The Versions

18/12 2015

dev-master

9999999-dev https://github.com/rezzza/FlickrBundle

Flickr api wrapper

  Sources   Download

MIT

The Requires

 

bundle flickr

18/12 2015
15/07 2013

v1.0.0

1.0.0.0 https://github.com/rezzza/FlickrBundle

Flickr api wrapper

  Sources   Download

MIT

The Requires

 

bundle flickr