Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (5 months ago)
- Last Synced: 2024-11-16T01:51:46.719Z (about 2 months ago)
- Topics: airtime, airtime-payment, dtone, laravel, php
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Dtone
[![Latest Stable Version](https://poser.pugx.org/ghanem/dtone/v/stable)](https://packagist.org/packages/ghanem/dtone) [![Total Downloads](https://poser.pugx.org/ghanem/dtone/downloads)](https://packagist.org/packages/ghanem/dtone) [![Latest Unstable Version](https://poser.pugx.org/ghanem/dtone/v/unstable)](https://packagist.org/packages/ghanem/dtone) [![License](https://poser.pugx.org/ghanem/dtone/license)](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"
```