PHPackages                             konnect/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. konnect/sdk

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

konnect/sdk
===========

Konnect PHP SDK

0241[1 issues](https://github.com/Konnect-Networks/php-sdk/issues)PHP

Since Dec 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Konnect-Networks/php-sdk)[ Packagist](https://packagist.org/packages/konnect/sdk)[ RSS](/packages/konnect-sdk/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Konnect PHP SDK
===============

[](#konnect-php-sdk)

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

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

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

[](#installation)

```
composer require konnect/sdk
```

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)

```
