sergey-yabloncev/giftery is a Laravel package for pay phone number using giftery service.
It currently has 0 GitHub stars and 9 downloads on Packagist (latest version 1.0.0).
Install it with composer require sergey-yabloncev/giftery.
Discover more Laravel packages by sergey-yabloncev
or browse all Laravel packages to compare alternatives.
Last updated
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/)
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"
Giftery::makeTopUp($phone-number);
Giftery::getStatus($id);