PHPackages                             wissemkadri/konnect - 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. wissemkadri/konnect

ActiveLibrary[Payment Processing](/categories/payments)

wissemkadri/konnect
===================

Konnect PHP SDK

v1.0.0(10mo ago)03BSD-3-ClausePHPPHP ^7.3|^7.4|^8.0|^8.1|^8.2

Since Jun 18Pushed 10mo agoCompare

[ Source](https://github.com/wissemkadri/konnect)[ Packagist](https://packagist.org/packages/wissemkadri/konnect)[ Docs](https://konnect.network/)[ RSS](/packages/wissemkadri-konnect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Konnect PHP SDK (unofficial)
============================

[](#konnect-php-sdk-unofficial)

[![Konnect](./konnect.svg)](https://konnect.network)

The payment solution for Tunisia. Simple, fast, personalized, immediate and for all !

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

[](#installation)

```
composer require wissemkadri/konnect
```

This SDK follows the PSR-18 "HTTP Client" standard, to allow for more interoperability.

It's most likely your framework will handle the dependencies injection for you, if not you can use any implementation of the spec.

The below example uses this two librairies:

```
composer require guzzlehttp/guzzle nyholm/psr7
```

SDK Initialization
------------------

[](#sdk-initialization)

```
