PHPackages                             paymentsgate/easy-api-php - 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. paymentsgate/easy-api-php

ActiveLibrary[Payment Processing](/categories/payments)

paymentsgate/easy-api-php
=========================

PHP SDK for PaymentsGate Easy API

1.0.1(1mo ago)01MITPHPPHP &gt;=8.1

Since Jun 3Pushed 1mo agoCompare

[ Source](https://github.com/paymentsgate/easy-api-php)[ Packagist](https://packagist.org/packages/paymentsgate/easy-api-php)[ RSS](/packages/paymentsgate-easy-api-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Payments Gate Easy API PHP Client
=================================

[](#payments-gate-easy-api-php-client)

This is a lightweight PHP SDK for communication with the PaymentsGate Easy API service.

Features
--------

[](#features)

- Wallet balance requests
- Bank list requests with optional filters
- Deal lookup by ID
- PayIn creation
- PayOut creation
- FX calculation via GET and POST requests
- Typed enums for common API values
- DTO/value objects for typed requests and responses
- Specialized exceptions for config, transport and HTTP errors

Requirements &amp; Dependencies
-------------------------------

[](#requirements--dependencies)

- **PHP 8.1** or higher
- `ext-curl` - native PHP extension for HTTP requests
- `ext-json` - native PHP extension for JSON payload manipulation

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

[](#installation)

You can install the package via composer:

```
composer require paymentsgate/easy-api-php
```

Usage
-----

[](#usage)

```
