PHPackages                             infracorp/api-client-extranet - 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. infracorp/api-client-extranet

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

infracorp/api-client-extranet
=============================

Prizz-Telecom Extranet API https://dev.prizz-telecom.fr/

v1.2.21(8mo ago)1468unlicensePHPPHP ^8.1

Since Jan 31Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/prizz-telecom/extranet-php-client)[ Packagist](https://packagist.org/packages/infracorp/api-client-extranet)[ Docs](https://openapi-generator.tech)[ RSS](/packages/infracorp-api-client-extranet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (38)Used By (0)

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

[](#openapiclient-php)

Prizz-Telecom Extranet API

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/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
