Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sick Beard API Client

Code Quality (scrutinizer) Latest Stable Version

An API wrapper class for the Sick Beard API

Usage

Add the package to your composer.json:

{
  "require": {
    "jleagle/sick-beard-api-client": "*"
  }
}

Download the package

$ php composer.phar update jleagle/sick-beard-api-client

Enable the package:

$sb = new \Jleagle\SickBeard\SickBeard(
  $url, // The URL to your Sick Beard installation
  $apiKey, // Your Sick Beard API key
);

Make an API call:

$shows = $sb->shows();

About

A wrapper class for the Sick Beard API.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages