2017 © Pedro Peláez
 

library imgur-api

Library for using the Imgur API in PHP

image

dsawardekar/imgur-api

Library for using the Imgur API in PHP

  • Saturday, June 28, 2014
  • by dsawardekar
  • Repository
  • 1 Watchers
  • 1 Stars
  • 574 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Imgur-API

PHP Library for using the Imgur API., (*1)

Usage

<?php

$container
  ->singleton('imgurCredentials', 'Imgur\Credentials')
  ->singleton('imgurAdapter', 'Imgur\Adapter')
  ->singleton('imgurImageRepo', 'Imgur\ImageRepo');

$imageRepo = $container->lookup('imgurImageRepo');
$image = $imageRepo->create(
  array(
    'image' => 'http://path/to/image',
    'title' => 'My Image'
  )
);

echo $image['link'];

System Requirements

  • PHP 5.3.3+

License

MIT License. Copyright © 2014 Darshan Sawardekar, (*2)

The Versions

28/06 2014

dev-develop

dev-develop http://github.com/dsawardekar/imgur-api

Library for using the Imgur API in PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api images imgur

28/06 2014

dev-master

9999999-dev http://github.com/dsawardekar/imgur-api

Library for using the Imgur API in PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api images imgur

28/06 2014

0.4.1

0.4.1.0 http://github.com/dsawardekar/imgur-api

Library for using the Imgur API in PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api images imgur

14/06 2014

0.3.0

0.3.0.0 http://github.com/dsawardekar/imgur-api

Library for using the Imgur API in PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api images imgur

12/06 2014

0.2.0

0.2.0.0 http://github.com/dsawardekar/imgur-api

Library for using the Imgur API in PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api images imgur

27/05 2014

0.1.0

0.1.0.0 http://github.com/dsawardekar/imgur-api

Library for using the Imgur API in PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api images imgur