kstmostofa / dtone-php-api
A laravel package that support dtone api
Package info
github.com/kstmostofa/dtone-php-api
Type:laravel-package
pkg:composer/kstmostofa/dtone-php-api
v1.0.0
2023-10-06 20:04 UTC
Requires
- guzzlehttp/guzzle: ^7.3
- illuminate/http: ^8.55|^9.32
README
A package that provides an interface between Laravel and Dtone API, includes Gifs.
Installation
You can install the package via composer:
composer require kstmostofa/dtone-php-api
now you need to publish the config file with:
php artisan vendor:publish --provider="Kstmostofa\DtonePhpApi\DtoneServiceProvider" --tag="config"