kstmostofa/dtone-php-api

A laravel package that support dtone api

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-package

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

This package is auto-updated.

Last update: 2024-09-06 21:59:41 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"