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

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

ezmaxinc/ezmax-sdk-php
======================

This API expose all the functionnalities for the eZmax and eZsign applications.

1.3.1(2w ago)1242unlicensePHPPHP ^8.1CI failing

Since Jun 26Pushed 2w ago1 watchersCompare

[ Source](https://github.com/ezmaxinc/eZmax-SDK-php)[ Packagist](https://packagist.org/packages/ezmaxinc/ezmax-sdk-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/ezmaxinc-ezmax-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (69)Used By (0)

eZmaxApi
========

[](#ezmaxapi)

This API expose all the functionnalities for the eZmax and eZsign applications.

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/ezmaxinc/ezmax-sdk-php.git"
    }
  ],
  "require": {
    "ezmaxinc/ezmax-sdk-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
