kstmostofa/dtone-php-api

A laravel package that support dtone api

Maintainers

Package info

github.com/kstmostofa/dtone-php-api

Type:laravel-package

pkg:composer/kstmostofa/dtone-php-api

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2023-10-06 20:04 UTC

This package is auto-updated.

Last update: 2026-03-07 01:08:22 UTC


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"