PHPackages                             lexiandev/azuracast-php-api-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. lexiandev/azuracast-php-api-client

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

lexiandev/azuracast-php-api-client
==================================

AzuraCast is a standalone, turnkey web radio management tool. Radio stations hosted by AzuraCast expose a public API for viewing now playing data, making requests and more.

2.0.1(1y ago)013Apache-2.0PHPPHP ^7.4 || ^8.0

Since Aug 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Lexian-droid/azuracast-php-api-client)[ Packagist](https://packagist.org/packages/lexiandev/azuracast-php-api-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/lexiandev-azuracast-php-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

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

[](#openapiclient-php)

AzuraCast is a standalone, turnkey web radio management tool. Radio stations hosted by AzuraCast expose a public API for viewing now playing data, making requests and more.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

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

```
