This project helps you quickly upload images to some image hosting services as Picasa, Flickr, Imgur, Postimage, Imageshack.
- 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)
- 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
PHP needs to be a minimum version of PHP 5.3 with socket or curl enabled.
composer require leknoppix/php-image-uploader
See in /examples/
- 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