PHPackages                             cloudipsp/php-sdk-v2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cloudipsp/php-sdk-v2

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cloudipsp/php-sdk-v2
====================

Cloudipsp php sdk v2

1.0.9.1(4y ago)19418.4k—9.5%5[1 issues](https://github.com/cloudipsp/php-sdk-v2/issues)MITPHPPHP ^5.4|^7.0|^8.0CI failing

Since May 22Pushed 4y ago3 watchersCompare

[ Source](https://github.com/cloudipsp/php-sdk-v2)[ Packagist](https://packagist.org/packages/cloudipsp/php-sdk-v2)[ RSS](/packages/cloudipsp-php-sdk-v2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

IPSP PHP-SDK-v2
===============

[](#ipsp-php-sdk-v2)

 [![](https://avatars0.githubusercontent.com/u/15383021?s=200&v=4)](https://avatars0.githubusercontent.com/u/15383021?s=200&v=4)

Payment service provider
------------------------

[](#payment-service-provider)

A payment service provider (PSP) offers shops online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a software as a service model and form a single payment gateway for their clients (merchants) to multiple payment methods. [read more](https://en.wikipedia.org/wiki/Payment_service_provider)

Installation
------------

[](#installation)

This SDK uses composer.

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

For more information on how to use/install composer, please visit

#### Composer installation

[](#composer-installation)

```
composer require cloudipsp/php-sdk-v2
```

#### Manual installation

[](#manual-installation)

```
git clone -b master https://github.com/cloudipsp/php-sdk-v2.git
```

```
