2017 © Pedro Peláez
 

library sickrage

PHP Wrapper for SickRage / SickBeard API

image

kryptonit3/sickrage

PHP Wrapper for SickRage / SickBeard API

  • Monday, August 8, 2016
  • by Kryptonit3
  • Repository
  • 2 Watchers
  • 1 Stars
  • 115 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

SickRage

PHP Wrapper for SickRage https://sickrage.github.io/ Will also work with SickBeard, (*1)

Here is the SickRage/Sickbeard API Documentation that this package implements: http://sickbeard.com/api/, (*2)

Installation

composer require kryptonit3/sickrage

Example Usage

use Kryptonit3\SickRage\SickRage;

```php public function addShow() { $sickrage = new SickRage('http://127.0.0.1:8081', 'cf7544f71b6c4efcbb84b49011fc965c'); // URL and API Key, (*3)

return $sickrage->showAddNew(73739, '/volume1/Plex/Shows');

}, (*4)

### HTTP Auth
If your site requires HTTP Auth username and password you may supply it like this. Please note, if you are using HTTP Auth without SSL you are sending your username and password unprotected across the internet.
```php
$sonarr = new Sonarr('http://127.0.0.1:8081', 'cf7544f71b6c4efcbb84b49011fc965c', 'my-username', 'my-password');

Output

{
  "data": {
    "name": "Lost"
  },
  "message": "Lost has been queued to be added",
  "result": "success"
}

For available methods reference included SickRage::class, (*5)

The Versions

08/08 2016

dev-master

9999999-dev

PHP Wrapper for SickRage / SickBeard API

  Sources   Download

MIT

The Requires

 

by Jesse Szypulski

08/08 2016

1.0.1

1.0.1.0

PHP Wrapper for SickRage / SickBeard API

  Sources   Download

MIT

The Requires

 

by Jesse Szypulski

07/02 2016

1.0.0

1.0.0.0

PHP SickRage API Wrapper

  Sources   Download

MIT

The Requires

 

by Jesse Szypulski