An open API service indexing awesome lists of open source software.

https://github.com/chipslays/kinoplenka-balancer

A wrapper for managing the balancer API.
https://github.com/chipslays/kinoplenka-balancer

balancer kinoplenka

Last synced: 8 months ago
JSON representation

A wrapper for managing the balancer API.

Awesome Lists containing this project

README

          

# Kinoplenka Balancer

A wrapper for managing the balancer API.

## Installation

```bash
composer require kinoplenka/balancer
```

## Basic usage
```php
use Kinoplenka\Balancer\Balancer;

$balancer = new Balancer('token');

$response = $balancer->get('list');
```

## License
Open-sourced software licensed under the [MIT license](https://opensource.org/license/mit/).