https://github.com/abdullahghanem/laravel-dtone
A package that provides an interface between Laravel and Dtone
https://github.com/abdullahghanem/laravel-dtone
airtime airtime-payment dtone laravel php
Last synced: 2 months ago
JSON representation
A package that provides an interface between Laravel and Dtone
- Host: GitHub
- URL: https://github.com/abdullahghanem/laravel-dtone
- Owner: AbdullahGhanem
- Created: 2021-10-01T01:25:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T09:19:17.000Z (10 months ago)
- Last Synced: 2025-04-01T17:17:20.071Z (2 months ago)
- Topics: airtime, airtime-payment, dtone, laravel, php
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Dtone
[](https://packagist.org/packages/ghanem/dtone) [](https://packagist.org/packages/ghanem/dtone) [](https://packagist.org/packages/ghanem/dtone) [](https://packagist.org/packages/ghanem/dtone)
A package that provides an interface between [Laravel](https://laravel.com/docs/8.x) and [Dtone API](https://dvs-api-doc.dtone.com/#section/Overview), includes Gifs.
## Installation
- [Dtone on Packagist](https://packagist.org/packages/ghanem/dtone)
- [Dtone on GitHub](https://github.com/abdullahghanem/dtone)You can install the package via composer:
```bash
composer require ghanem/dtone
```now you need to publish the config file with:
```bash
php artisan vendor:publish --provider="Ghanem\Dtone\DtoneServiceProvider" --tag="config"
```