pay phone number using giftery service

1.0.0 2019-08-29 15:03 UTC

This package is auto-updated.

Last update: 2024-05-29 05:37:23 UTC


README

This package to integrate with laravel 5.8 - 6

Package for paying phone number through the service Giftery (https://docs.giftery.tech/b2b-api-mobile-top-up/)

install

composer require sergey-yabloncev/giftery

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="Yabloncev\Giftery\ServiceProvider"

Two methods available

Paying phone

Giftery::makeTopUp($phone-number);

Get Status

Giftery::getStatus($id);