Download the PHP package opay-services/opay-sdk-php without Composer
On this page you can find all versions of the php package opay-services/opay-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package opay-sdk-php
OPay Payment v3
PHP Library that wraps endpoints documented https://documentation.opayweb.com/
Services available for merchants includes and not limited to:
- Cashier/Checkout - Get Paid with OPay
- Bank Transfer - Send money to any Nigerian bank account(s)
- OPay wallet Transfer - Send money to OPay USER/MERCHANT seamlessly
Installation:
Setup:
You need the library initialized as follows: (example in http_example/Config.php file)
Examples:
Access sample codes & implementations right inside the http_example folder
Cashier
- cashier example: http_example/cashier/Cashier.php
- handling payment callback: http_example/cashier/CashierCallback.php
Transfer
Basic information
- Get supported countries、banks: http_example/miscellaneous/Miscellaneous.php
- Validate a user/customer: http_example/info/user/InfoUser.php
- Validate a merchant: http_example/info/merchant/InfoMerchant.php
transfer
- Transfer to OPay wallet: http_example/transfer/wallet/TransferToWallet.php
- Batch transfer to OPay wallet: http_example/transfer/batch_to_wallet/TransferBatchToWallet.php
- Transfer to Bank: http_example/transfer/bank/TransferToBank.php
- Batch transfer to Bank: http_example/transfer/batch_to_bank/TransferBatchToBank.php
Charge
- Charge transaction: http_example/charge/Charge.php
Balances
- Query your all accounts' balances : http_example/balances/Balances.php
Transaction
- Transaction test : http_example/transaction/TestTransaction.php
- Transaction example : http_example/transaction/html/initialize.html
- BankTransfer transaction : http_example/transaction/bank_transfer/BankTransfer.php
- Ussd transaction : http_example/transaction/ussd/Ussd.php
Betting/Airtime Topup
- Example : http_example/bills/Bills.php
Need Help? Feel free to open an issue.
All versions of opay-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
guzzlehttp/guzzle Version ^6.0 || ^7.0
ext-openssl Version *
ext-json Version *
symfony/var-dumper Version ^2.6 || ^3.0 || ^4.0 || ^5.0
guzzlehttp/guzzle Version ^6.0 || ^7.0
ext-openssl Version *
ext-json Version *
symfony/var-dumper Version ^2.6 || ^3.0 || ^4.0 || ^5.0
The package opay-services/opay-sdk-php contains the following files
Loading the files please wait ....