PHPackages                             pluxbox/radiomanager-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. [API Development](/categories/api)
4. /
5. pluxbox/radiomanager-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

pluxbox/radiomanager-php-client
===============================

Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com

1.1.12(6y ago)01441[2 issues](https://github.com/Pluxbox/radiomanager-php-client/issues)MITPHPPHP &gt;=5.4CI failing

Since Jul 13Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/Pluxbox/radiomanager-php-client)[ Packagist](https://packagist.org/packages/pluxbox/radiomanager-php-client)[ Docs](http://pluxbox.com)[ RSS](/packages/pluxbox-radiomanager-php-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (8)Dependencies (4)Versions (11)Used By (0)

DEPRICATED - USE THE API
========================

[](#depricated---use-the-api)

RadioManager
============

[](#radiomanager)

Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit: pluxbox.com

- API version: 2.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/pluxbox/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "pluxbox/GIT_REPO_ID": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/RadioManager/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
