PHPackages                             icukcomputingservices/php-broadband-api - 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. icukcomputingservices/php-broadband-api

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

icukcomputingservices/php-broadband-api
=======================================

The ICUK API provides an interface to the reseller control panel which can be used to control the provisioning and configuration of facilities remotely

v1.0.0(2mo ago)0142unlicensePHPPHP ^7.4 || ^8.0

Since Feb 12Pushed 2mo agoCompare

[ Source](https://github.com/ICUK-Net/icuk-api-php-v2)[ Packagist](https://packagist.org/packages/icukcomputingservices/php-broadband-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/icukcomputingservices-php-broadband-api/feed)WikiDiscussions main Synced 1mo ago

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

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

[](#openapiclient-php)

The ICUK API provides an interface to the reseller control panel which can be used to control the provisioning and configuration of facilities remotely

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/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`:

```
