leknoppix / php-image-uploader
Based of dfktv/php-image-uploader - Library for uploading image to picasa, flickr, imgur, imageshack
8.0
2022-07-23 20:00 UTC
Requires
- php: >=8.1
- doctrine/cache: ^2.2
This package is auto-updated.
Last update: 2024-10-24 01:39:38 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 leknoppix/php-image-uploader
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