pay phone number using giftery service

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sergey-yabloncev/giftery

1.0.0 2019-08-29 15:03 UTC

This package is auto-updated.

Last update: 2025-11-29 02:50:32 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);