rashid-sia/perfectmoney

There is no license information available for the latest version (dev-master) of this package.

perfect money sell auto

dev-master 2024-01-03 12:03 UTC

This package is not auto-updated.

Last update: 2024-06-06 12:41:50 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"