rashid-sia / perfectmoney
perfect money sell auto
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/rashid-sia/perfectmoney
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.0
This package is not auto-updated.
Last update: 2025-12-18 19:53:30 UTC
README
The rashid/perfectmoney package provides easy to use functions to log the activities perfect vouchers code
Here's a demo of how you can use it:
\Rashid\Perfectmoney\Facades\PerfectMoney::checkCode('activationCode','voucherCode')
set config without env
\Rashid\Perfectmoney\Facades\PerfectMoney::setConfig('accountId','payeeAccount','password')
env
PAYEE_NAME=
PERFECT_ACCOUNT_ID=
PERFECT_PAYEE_ACCOUNT=
PERFECT_PASSWORD=
PERFECT_URL=
PERFECT_URL_PROXY=
Installation
You can install the package via composer:
composer require rashid-sia/perfectmoney
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="rashid/perfectmoney\PerfectMoneyServiceProvider"