Download the PHP package omnipay-psp/omnipay-php-library without Composer
On this page you can find all versions of the php package omnipay-psp/omnipay-php-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download omnipay-psp/omnipay-php-library
More information about omnipay-psp/omnipay-php-library
Files in omnipay-psp/omnipay-php-library
Download omnipay-psp/omnipay-php-library
More information about omnipay-psp/omnipay-php-library
Files in omnipay-psp/omnipay-php-library
Vendor omnipay-psp
Package omnipay-php-library
Short Description Omnipay PHP Client Library
License MIT
Homepage https://psp.digitalworld.com.sa/
Package omnipay-php-library
Short Description Omnipay PHP Client Library
License MIT
Homepage https://psp.digitalworld.com.sa/
Please rate this library. Is it a good library?
Informations about the package omnipay-php-library
Omnipay-psp-php
Prerequisites
- A minimum of PHP 5.3 is required
Installation
- 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 omnipay-php-library with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-json Version *
ext-json Version *
The package omnipay-psp/omnipay-php-library contains the following files
Loading the files please wait ....