kstmostofa / dtone-php-api
A laravel package that support dtone api
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
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"