Download the PHP package zenki/zenkipay without Composer
On this page you can find all versions of the php package zenki/zenkipay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zenki/zenkipay
More information about zenki/zenkipay
Files in zenki/zenkipay
Package zenkipay
Short Description The Zenkipay SDK for PHP provides convenient access to the Zenkipay API from applications written in the PHP language.
License Apache-2.0
Homepage https://zenki.fi
Informations about the package zenkipay
Zenkipay SDK for PHP
The Zenkipay SDK for PHP provides convenient access to the Zenkipay API from applications written in the PHP language.
Requirements
- PHP >= 7.4
- A PSR-17 implementation
- A PSR-18 implementation
Getting started
Install
To install the SDK you will need to be using docs.
This package (zenki/zenkipay
) is not tied to any specific library that sends HTTP messages. Instead, it uses Httplug to let users choose whichever PSR-7 implementation and HTTP client they want to use.
If you just want to get started quickly you should run the following command:
This will install the library itself along with an HTTP client adapter that uses cURL as transport method (provided by Httplug). You do not have to use those packages if you do not want to. The SDK does not care about which transport method you want to use because it's an implementation detail of your application. You may use any package that provides php-http/async-client-implementation
and http-message-implementation
.
License
zenkipay-sdk-php
is licensed under the Apache 2.0 License - see the LICENSE file for details.
All versions of zenkipay with dependencies
psr/http-factory Version ^1.0
psr/http-client Version ^1.0
php-http/client-common Version ^2.6
php-http/discovery Version ^1.14
psr/http-client-implementation Version ^1.0
symfony/options-resolver Version ^5.4|^6.1|^6.2