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

ActiveLibrary[API Development](/categories/api)

wegetfinancing/php-sdk
======================

The WeGetFinancing PHP SDK provides convenient access to the WeGetFinancing API from applications written in the PHP language.

5.0.0(12mo ago)647511LGPL-3.0-onlyPHPPHP &gt;=8.2

Since Jul 4Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/WeGetFinancing/php-sdk)[ Packagist](https://packagist.org/packages/wegetfinancing/php-sdk)[ RSS](/packages/wegetfinancing-php-sdk/feed)WikiDiscussions 2.4 Synced today

READMEChangelog (10)Dependencies (10)Versions (21)Used By (1)

[![WeGetFinancing](https://camo.githubusercontent.com/576096ea2528c82b36086a076f192689fe6ccc3a166e2bda93994b75052db9b8/68747470733a2f2f776567657466696e616e63696e672e636f6d2f7374617469632f6c6f676f2d35633263383332643138633237306366623739343464663035303465623630392e737667)](https://camo.githubusercontent.com/576096ea2528c82b36086a076f192689fe6ccc3a166e2bda93994b75052db9b8/68747470733a2f2f776567657466696e616e63696e672e636f6d2f7374617469632f6c6f676f2d35633263383332643138633237306366623739343464663035303465623630392e737667)

PHP-SDK
=======

[](#php-sdk)

[![Maintainability](https://camo.githubusercontent.com/79435545edbed06a187ce6ee65cb3083d03b0efff035338b890e9a179440c59f/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61636530373137643463656239303830313764662f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/WeGetFinancing/php-sdk/maintainability)[![Test Coverage](https://camo.githubusercontent.com/95c08a37550fd93aa2ce3e75e05d5134366c2f6b5ac0ccf3b4cdbdf8f93c99b4/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61636530373137643463656239303830313764662f746573745f636f766572616765)](https://codeclimate.com/github/WeGetFinancing/php-sdk/test_coverage)[![Quality Assurance CI](https://github.com/WeGetFinancing/php-sdk/actions/workflows/qa.yml/badge.svg)](https://github.com/WeGetFinancing/php-sdk/actions/workflows/qa.yml)[![Test CI](https://github.com/WeGetFinancing/php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/WeGetFinancing/php-sdk/actions/workflows/test.yml)[![PHPStan](https://camo.githubusercontent.com/50be90efdaa0bba797d056ddb570514dfae256145ca3cf30bc9d21f8624183c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d4c6576656c253230382d627269676874677265656e2e7376673f7374796c653d666c6174266c6f676f3d706870)](https://shields.io/#/)

The WeGetFinancing SDK for PHP makes it easy for developers to access the WeGetFinancing API in their PHP code and integrate our payment gateway in their e-commerce, CRM, ERP, and any related web applications. You can get started in minutes by installing the SDK through Composer or by downloading a single zip from our latest release.

Index
-----

[](#index)

1. [Minimum Requirements](#Minimum-Requirements)
2. [Install](#Install)
3. [How to use](#How-to-use)

Minimum Requirements
--------------------

[](#minimum-requirements)

To run the SDK, your system will need to meet the minimum requirements of having PHP &gt;= 7.4 with ext-json.

Install
-------

[](#install)

Using Composer is the recommended way to install the WeGetFinancing PHP-SDK. The SDK is available via Packagist under the `wegetfinancing/php-sdk` package. If Composer is installed globally on your system, you can run the following in the base directory of your project to add the SDK as a dependency:

```
composer require `wegetfinancing/php-sdk`
```

How to use
----------

[](#how-to-use)

1. Require the composer autoload and the packages. ```
