Download the PHP package greenpacket/kiplepay without Composer
On this page you can find all versions of the php package greenpacket/kiplepay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download greenpacket/kiplepay
More information about greenpacket/kiplepay
Files in greenpacket/kiplepay
Package kiplepay
Short Description The SDK mainly shows how to access the kiplepay gateway.
License MIT
Informations about the package kiplepay
KiplePay PHP SDK
The SDK mainly shows how to access the kiplepay gateway (only for WaaS customers).
Installing
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
Documents
Errors
If an error occurs while calling the associated gateway, That will thrown some errors GatewayException
,InvalidSignException
, etc. We can review the details of the error by $e->getMessage()
,at the same time, is also available through $e->raw
Look at the raw data returned after calling the API, That raw data was an array.
All Exceptions
- Greenpacket\KiplePay\Exceptions\InvalidGatewayException ,Means that the payment gateway supported by the SDK is used.
- Greenpacket\KiplePay\Exceptions\InvalidSignException ,Means that the Sign failed.
- Greenpacket\KiplePay\Exceptions\InvalidConfigException ,Means that the configuration parameters are missing.for example:
public_key
,private_key
, etc. - Greenpacket\KiplePay\Exceptions\GatewayException ,Represents the abnormal result of data returned by gateway server, for example: parameter error, non-existence of statement, etc.
Usage
License
MIT
All versions of kiplepay with dependencies
ext-json Version *
ext-libxml Version *
ext-openssl Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ^6.3
monolog/monolog Version >=1.24
symfony/http-foundation Version >=2.8
symfony/event-dispatcher Version >=2.8