PHPackages                             numary/numary-sdk-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. numary/numary-sdk-php

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

numary/numary-sdk-php
=====================

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

v1.9.3(3y ago)013unlicensePHPPHP ^7.4 || ^8.0

Since Feb 2Pushed 8mo ago6 watchersCompare

[ Source](https://github.com/formancehq/numary-sdk-php)[ Packagist](https://packagist.org/packages/numary/numary-sdk-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/numary-numary-sdk-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (4)Versions (79)Used By (0)

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

[](#openapiclient-php)

No description provided (generated by Openapi Generator )

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
