Download the PHP package shibanashiqc/nbo-payment-gateway-php without Composer
On this page you can find all versions of the php package shibanashiqc/nbo-payment-gateway-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shibanashiqc/nbo-payment-gateway-php
More information about shibanashiqc/nbo-payment-gateway-php
Files in shibanashiqc/nbo-payment-gateway-php
Package nbo-payment-gateway-php
Short Description NBO Payment Gateway
License MIT
Informations about the package nbo-payment-gateway-php
nbo-payment-gateway-php
Unofficial PHP library for NBO Unified Checkout.
Read up here for getting started and understanding the payment flow with NBO Unified Checkout: https://www.nbo.om/en/Pages/Corporate-Banking/Support/POS-Solutions.aspx
Prerequisites
- A minimum of PHP 8.1 is required.
Installation
-
If your project using composer, run the below command
- If you are not using composer, download the latest release from the releases section.
You should download the
nbo-payment-gateway-php-1.zip
file. After that, includeNbo.php
in your application and you can use the API as usual.
Note:
This PHP library follows the following practices:
- Namespaced under
Shibanashiqc\NboPaymentGatewayPhp\
- API throws exceptions instead of returning errors
- Options are passed as an array instead of multiple arguments wherever possible
- All requests and responses are communicated over JSON
Documentation
Documentation of NBO Unified Checkout's API and their usage is available at https://www.nbo.om/en/Pages/Corporate-Banking/Support/POS-Solutions.aspx
Basic Usage
Merchant credentials can be obtained from the NBO. You can use the following credentials for testing:
Required parameters for the constructor are: Merchant ID, Password, ResourceKey
Create a Payment
getPaymentRequest() on this function first parameter is amount, second parameter is customer name, third parameter is customer mobile number, fourth parameter is customer email, fifth parameter is order id
redirect url to redirect your user to NBO payment page complete the payment after payment complete NBO will redirect to your callback url with payment details
License
The NBO Unified Checkout PHP SDK is released under the MIT License. See LICENSE file for more details.