dfktv / php-image-uploader
Library for uploading image to picasa, flickr, imgur, imageshack
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/dfktv/php-image-uploader
Requires
- php: >=5.3
- doctrine/cache: ^1.5
This package is auto-updated.
Last update: 2025-10-16 19:33:29 UTC
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)
Plugins
- Upload tools: http://code.ptcong.com/?p=10
- XenForo add-on: http://code.ptcong.com/?p=23
- Wordpress plugin: http://code.ptcong.com/?p=1105
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