PHPackages                             interkassa/php-sdk - 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. [Payment Processing](/categories/payments)
4. /
5. interkassa/php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

interkassa/php-sdk
==================

SDK for Interkassa

1.1.5(1y ago)1699.3k↓36%2MITPHPPHP &gt;=7.0.0

Since Feb 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/interkassa/php-sdk)[ Packagist](https://packagist.org/packages/interkassa/php-sdk)[ Docs](https://github.com/interkassa/php-sdk)[ RSS](/packages/interkassa-php-sdk/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelog (7)Dependencies (1)Versions (7)Used By (0)

Interkassa PHP-SDK v1
=====================

[](#interkassa-php-sdk-v1)

 [![](https://avatars.githubusercontent.com/u/78364998?s=460&u=e3d910b7f2ef944383c79c4acb0e04f328285dab&v=4)](https://avatars.githubusercontent.com/u/78364998?s=460&u=e3d910b7f2ef944383c79c4acb0e04f328285dab&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 interkassa/php-sdk
```

#### Manual installation

[](#manual-installation)

```
git clone https://github.com/interkassa/php-sdk.git
```

```
