kstmostofa/dtone-php-api
Laravel package that wraps the DT One (Dtone) API, providing a simple interface to authenticate and interact with DT One services from your Laravel app. Includes a publishable config and helper resources (with GIFs in docs).
A package that provides an interface between Laravel and Dtone API, includes Gifs.
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"
How can I help you explore Laravel packages today?