PHPackages                             flittpayments/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. flittpayments/php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

flittpayments/php-sdk
=====================

flittpayments php sdk

1.0.1(10mo ago)12.0k↓39.5%MITPHPPHP ^5.4|^7.0|^8.0CI failing

Since Jul 21Pushed 10mo ago1 watchersCompare

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

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

Flitt PHP-SDK
=============

[](#flitt-php-sdk)

 [![](https://avatars.githubusercontent.com/u/193610400?s=400&u=67221561d3e401e91af724335984e878146dd0f9&v=4)](https://avatars.githubusercontent.com/u/193610400?s=400&u=67221561d3e401e91af724335984e878146dd0f9&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 flittpayments/php-sdk
```

#### Manual installation

[](#manual-installation)

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

```
