Download the PHP package pluxbox/radiomanager-php-client without Composer

On this page you can find all versions of the php package pluxbox/radiomanager-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package radiomanager-php-client

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

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to https://radiomanager.io/api/v2

Class Method HTTP request Description
BlockApi getBlockById GET /blocks/{id} Get block by id
BlockApi getCurrentBlock GET /blocks/current Get current Block
BlockApi getNextBlock GET /blocks/next Get upcoming Block
BlockApi listBlocks GET /blocks Get a list of all blocks currently in your station.
BroadcastApi createBroadcast POST /broadcasts Create broadcast.
BroadcastApi deleteBroadcastById DELETE /broadcasts/{id} Delete broadcast by id
BroadcastApi getBroadcastById GET /broadcasts/{id} Get broadcast by id
BroadcastApi getCurrentBroadcast GET /broadcasts/current Get current Broadcast
BroadcastApi getDailyEPG GET /broadcasts/epg/daily Get daily EPG
BroadcastApi getEPGByDate GET /broadcasts/epg Get EPG by date
BroadcastApi getNextBroadcast GET /broadcasts/next Get next Broadcast
BroadcastApi getWeeklyEPG GET /broadcasts/epg/weekly Get weekly EPG
BroadcastApi listBroadcasts GET /broadcasts Get all broadcasts.
BroadcastApi printBroadcastById GET /broadcasts/print/{id} Print broadcast by id with template
BroadcastApi updateBroadcastByID PATCH /broadcasts/{id} Update broadcast by id
CampaignApi createCampaign POST /campaigns Create campaign.
CampaignApi deleteCampaignById DELETE /campaigns/{id} Delete campaign by id
CampaignApi getCampaignById GET /campaigns/{id} Get campaign by id
CampaignApi listCampaigns GET /campaigns Get all campaigns.
CampaignApi updateCampaignByID PATCH /campaigns/{id} Update campaign by id
ContactApi createContact POST /contacts Create contact.
ContactApi deleteContactById DELETE /contacts/{id} Delete contact by id
ContactApi getContactById GET /contacts/{id} Get contact by id
ContactApi listContacts GET /contacts Get all contacts.
ContactApi updateContactByID PATCH /contacts/{id} Update contact by id
GenreApi getGenreById GET /genres/{id} Get genre by id
GenreApi listGenres GET /genres List all genres.
ItemApi createItem POST /items Create an new item.
ItemApi currentItemPostStructure POST /items/current/structure Post a current playing item, keep structure
ItemApi currentItemPostTiming POST /items/current/timing Post a current playing item
ItemApi deleteItemById DELETE /items/{id} Delete item by ID.
ItemApi getCurrentItem GET /items/current Get current Item
ItemApi getItemById GET /items/{id} Get extended item details by ID.
ItemApi listItems GET /items Get a list of all the items currently in your station.
ItemApi playlistPostMerge POST /items/playlist/merge Post a playlist, do not remove previously imported items
ItemApi playlistPostStructure POST /items/playlist/structure Post a playlist, keep current structure
ItemApi playlistPostTiming POST /items/playlist/timing Post a playlist
ItemApi stopCurrentItem POST /items/stopcurrent Stop an Item
ItemApi updateItemById PATCH /items/{id} Update extended item details by ID.
ModelTypeApi getModelTypeById GET /model_types/{id} Get modelType by id
ModelTypeApi listModelTypes GET /model_types Get all modelTypes.
PresenterApi createPresenter POST /presenters Create presenter.
PresenterApi deletePresenterById DELETE /presenters/{id} Delete presenter by id
PresenterApi getPresenterById GET /presenters/{id} Get presenter by id
PresenterApi listPresenters GET /presenters Get all presenters.
PresenterApi updatePresenterByID PATCH /presenters/{id} Update presenter by id
ProgramApi createProgram POST /programs Create program.
ProgramApi deleteProgramById DELETE /programs/{id} Delete program by id
ProgramApi getProgramById GET /programs/{id} Get program by id
ProgramApi listPrograms GET /programs Get all programs.
ProgramApi updateProgramByID PATCH /programs/{id} Update program by id
StationApi getStation GET /station Get own station only
StoryApi createStory POST /stories Create story.
StoryApi deleteStoryById DELETE /stories/{id} Delete story by id
StoryApi getStoryById GET /stories/{id} Get story by id
StoryApi listStories GET /stories Get all stories.
StoryApi updateStoryByID PATCH /stories/{id} Update story by id
StringApi getStringsByName GET /strings/{name} Get Strings (formatted)
TagApi createTag POST /tags Create tag.
TagApi deleteTagById DELETE /tags/{id} Delete tag by id
TagApi getTagById GET /tags/{id} Get tags by id
TagApi listTags GET /tags Get a list of all the tags currently in your station.
TagApi updateTagByID PATCH /tags/{id} Update tag by id
UserApi deleteUserById DELETE /users/{id} Remove user from station by Id
UserApi getUserById GET /users/{id} Get user by id
UserApi inviteUserByMail POST /users/invite Invite user by mail
UserApi listUsers GET /users Get all users.
VisualSlideApi getVisualSlide GET /visual Get Visual Slide Image as Base64

Documentation For Models

Documentation For Authorization

API Key

Author

[email protected]


All versions of radiomanager-php-client with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
ext-json Version *
ext-mbstring Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pluxbox/radiomanager-php-client contains the following files

Loading the files please wait ....