Download the PHP package omni-psp/omni-pay without Composer
On this page you can find all versions of the php package omni-psp/omni-pay. 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 omni-pay
omnipay-php
Prerequisites
- A minimum of PHP 5.3 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
omnipay-php.zip
file. After that, includeOmnipay.php
in your application and you can use the API as usual.
Note:
This PHP library follows the following practices:
- Namespaced under
Omnipay\Api
- 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
Basic Usage
Instantiate the omnipay php instance with user_name
, password
& secret_key(These will be different for Test and Live). You can obtain the keys from the dashboard app (https://psp.digitalworld.com.sa/user-api-keys)
The resources can be accessed via the $api
object. All the methods invocations follows the following pattern
License
The Omnipay PHP SDK is released under the MIT License. See LICENSE file for more details.
All versions of omni-pay with dependencies
PHP Build Version
Package Version
The package omni-psp/omni-pay contains the following files
Loading the files please wait ....