PHPackages                             wallee/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. [API Development](/categories/api)
4. /
5. wallee/sdk

ActiveLibrary[API Development](/categories/api)

wallee/sdk
==========

wallee SDK for PHP

5.2.0(3mo ago)12354.2k↓15.9%8[1 PRs](https://github.com/wallee-payment/php-sdk/pulls)10Apache-2.0PHPPHP ^8.2CI failing

Since Nov 17Pushed 3mo ago6 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (73)Used By (10)

Wallee PHP SDK
==============

[](#wallee-php-sdk)

- API version: 2.0

The Wallee PHP SDK is used to interact with Wallee's REST API.

Requirements
------------

[](#requirements)

PHP 8.2 or later.

Compatibility
-------------

[](#compatibility)

PHP SDK versionPHP versionSupported until5.x8.2 or laterFurther notice4.x5.6 – 7.3Fall 2026Installation
------------

[](#installation)

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require wallee/sdk
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation](#installation) instructions, then run the following example:

```
