A package that provides an interface between Laravel and Dtone API, includes Gifs.
You can install the package via composer:
composer require ghanem/dtone
now you need to publish the config file with:
php artisan vendor:publish --provider="Ghanem\Dtone\DtoneServiceProvider" --tag="config"