2017 © Pedro Peláez
 

standalone rezzza-flickr

Flickr API Wrapper modified by Hina Chen.

image

hinablue/rezzza-flickr

Flickr API Wrapper modified by Hina Chen.

  • Monday, September 9, 2013
  • by hinablue
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Flickr Api Wrapper for PHP5.3

$metadata = new Rezzza\Flickr\Metadata('api key', 'secret');
$metadata->setOauthAccess('access token', 'access token secret');

$factory  = new Rezzza\Flickr\ApiFactory($metadata, new Rezzza\Flickr\Http\GuzzleAdapter());

$json = $factory->call('flickr.test.login');
$json = $factory->call('flickr.photos.getInfo', array(
    'photo_id' => 1337,
));

$factory->upload('path/to/photo.png', 'my title');

The Versions

09/09 2013

dev-master

9999999-dev https://github.com/hinablue/rezzza-flickr

Flickr API Wrapper modified by Hina Chen.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

flickr

18/06 2013

v1.0.0

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

Flickr API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

flickr