ptcong / php-image-uploader
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library for uploading image to picasa, flickr, imgur, imageshack
6.0.3
2016-06-07 04:25 UTC
Requires
- php: >=5.3
- doctrine/cache: ^1.5
- ptcong/php-http-class: ^3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This project helps you quickly upload images to some image hosting services as Picasa, Flickr, Imgur, Postimage, Imageshack.
Supported services
- http://imgur.com (as guest or API, API is recommended)
- http://picasaweb.google.com (API required)
- http://flickr.com (API required)
- http://imageshack.com (API required)
Requirements
PHP needs to be a minimum version of PHP 5.3 with socket or curl enabled.
Installation
composer require ptcong/php-image-uploader ^6.0
Usage
See in /examples/
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D