PHPackages                             bmlt-enabled/bmlt-root-server-php-client - 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. bmlt-enabled/bmlt-root-server-php-client

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

bmlt-enabled/bmlt-root-server-php-client
========================================

BMLT Admin API Documentation

1.1.0(11mo ago)0845↓100%unlicensePHPPHP ^8.1

Since Oct 24Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/bmlt-enabled/bmlt-server-php-client)[ Packagist](https://packagist.org/packages/bmlt-enabled/bmlt-root-server-php-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/bmlt-enabled-bmlt-root-server-php-client/feed)WikiDiscussions main Synced 1mo ago

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

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

[](#openapiclient-php)

BMLT Admin API Documentation

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/bmlt-enabled/bmlt-server-php-client.git"
    }
  ],
  "require": {
    "bmlt-enabled/bmlt-server-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
