Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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