PHPackages                             pensopay/pensopay-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. [HTTP &amp; Networking](/categories/http)
4. /
5. pensopay/pensopay-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pensopay/pensopay-php
=====================

Acquire your payments using PHP with the pensopay API

2.0.1(7mo ago)011.2k↑41.7%21MITPHPPHP ^8.1

Since Mar 12Pushed 7mo ago2 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (4)Used By (1)

OpenAPIClient-php
=================

[](#openapiclient-php)

Create and manage your Payments

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/pensopay/pensopay-php.git"
    }
  ],
  "require": {
    "pensopay/pensopay-php": "*@dev"
  }
}
```

Then run `composer install`

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
