Download the PHP package vongola12324/laravel-imgur without Composer
On this page you can find all versions of the php package vongola12324/laravel-imgur. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vongola12324/laravel-imgur
More information about vongola12324/laravel-imgur
Files in vongola12324/laravel-imgur
Download vongola12324/laravel-imgur
More information about vongola12324/laravel-imgur
Files in vongola12324/laravel-imgur
Vendor vongola12324
Package laravel-imgur
Short Description Laravel wrapper for the Imgur API.
License MIT
Homepage https://github.com/vongola12324/laravel-imgur
Package laravel-imgur
Short Description Laravel wrapper for the Imgur API.
License MIT
Homepage https://github.com/vongola12324/laravel-imgur
Please rate this library. Is it a good library?
Informations about the package laravel-imgur
laravel-imgur
Laravel wrapper for the Imgur API.
Requires PHP 8.2+ and Laravel 10.x or above.
Built on top of j0k3r/php-imgur-api-client.
Installation
Config
You have to add IMGUR_CLIENT_ID and IMGUR_CLIENT_SECRET in your .env file, or client will not be able to work.
See Imgur Api Docs for details.
Usage
Basic Usage
Also, You can use Facade instead of new class.
Api
At this time we support the following Apis:
- Account (
$imgurClient->account()) - Album (
$imgurClient->album()) - Comment (
$imgurClient->comment()) - Gallery (
$imgurClient->gallery()) - Image (
$imgurClient->image()) - Memegen (
$imgurClient->memegen())
See Imgur Api Docs for all Api.
Notice
- This project is based on j0k3r/php-imgur-api-client.
- There are some feature available in j0k3r's version, which do not show in Imgur Api Docs, will not provide in this package.
License
MIT License
All versions of laravel-imgur with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^10.0|^11.0|^12.0
j0k3r/php-imgur-api-client Version ^4.0
illuminate/support Version ^10.0|^11.0|^12.0
j0k3r/php-imgur-api-client Version ^4.0
The package vongola12324/laravel-imgur contains the following files
Loading the files please wait ...