LaravelPackages.net
Acme Inc.
Toggle sidebar
kstmostofa/dtone-php-api

A laravel package that support dtone api

7
1
v1.0.0
About kstmostofa/dtone-php-api

kstmostofa/dtone-php-api is a Laravel package for a laravel package that support dtone api. It currently has 1 GitHub stars and 7 downloads on Packagist (latest version v1.0.0). Install it with composer require kstmostofa/dtone-php-api. Discover more Laravel packages by kstmostofa or browse all Laravel packages to compare alternatives.

Last updated

Laravel dtone-php-api

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"
Comments