PHPackages                             siegsb/radiorush - 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. siegsb/radiorush

ActiveLibrary[API Development](/categories/api)

siegsb/radiorush
================

Complete PHP library for the CentovaCast API

49PHP

Since Jun 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/parisbs/radiorush)[ Packagist](https://packagist.org/packages/siegsb/radiorush)[ RSS](/packages/siegsb-radiorush/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

RadioRush [![Build Status](https://camo.githubusercontent.com/8011e654e72c15557c8a9e5a2bf681647d9f9ed1f8a4c9dc8d412f0160df2301/68747470733a2f2f7472617669732d63692e6f72672f5369656753422f726164696f727573682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SiegSB/radiorush)
=========================================================================================================================================================================================================================================================================================

[](#radiorush-)

Complete PHP library for the Centova Cast API.

With this PHP library you can
-----------------------------

[](#with-this-php-library-you-can)

- Make request to your Centova Cast API
- Autoformat or dump the responses as arrays or json objects
- Make multiples instances with diferents users of your Centova Cast Panel
- This library returns only the usefully data of the API responses

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

[](#requirements)

- PHP 5.4 orhigher
- CURL PHP extension (optional but recomended)
- Param "*allows\_include\_url*" enabled in your PHP.ini

How to install and use
----------------------

[](#how-to-install-and-use)

You can install RadioRush via Composer adding the following line to your require array on your composer.json:
"siegsb/radiorush":"\*"

After run "*composer update*" on the terminal. Now you can use RadioRush with the autoload.php file.
The namespace is \\SiegSB\\RadioRush so you can include the library on your code with this:

```
