PHPackages                             bluesik/tv-maze-api - 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. bluesik/tv-maze-api

ActiveLibrary[API Development](/categories/api)

bluesik/tv-maze-api
===================

Library for interacting with TVMaze's API

460PHP

Since Sep 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Bluesik/TVMaze-API)[ Packagist](https://packagist.org/packages/bluesik/tv-maze-api)[ RSS](/packages/bluesik-tv-maze-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

TVMaze API - PHP Wrapper
========================

[](#tvmaze-api---php-wrapper)

- [TVMaze API - PHP Wrapper](#tvmaze-api---php-wrapper)
    - [Description](#description)
    - [Installation](#installation)
    - [Usage](#usage)
    - [Available methods](#available-methods)
        - [Shows](#shows)
            - [Search shows containing given name](#search-shows-containing-given-name)
            - [Search show by name](#search-show-by-name)
            - [Get show by its id](#get-show-by-its-id)
            - [Get show by TVRage id](#get-show-by-tvrage-id)
            - [Get show by THETVDB id](#get-show-by-thetvdb-id)
            - [Get show by IMDB id](#get-show-by-imdb-id)
            - [Get episodes from a given show's id](#get-episodes-from-a-given-shows-id)
            - [Get a list of seasons for a given show](#get-a-list-of-seasons-for-a-given-show)
            - [Get a cast from a show with a given id](#get-a-cast-from-a-show-with-a-given-id)
            - [Get a crew from a show with a given id](#get-a-crew-from-a-show-with-a-given-id)
            - [Get a list of AKAs from a show with a given id](#get-a-list-of-akas-from-a-show-with-a-given-id)
            - [Get all shows](#get-all-shows-paginated)
            - [Get a list containing information about when each show was last updated](#get-a-list-containing-information-about-when-each-show-was-last-updated)
        - [Episodes](#episodes)
            - [Get a list of all episodes airing in a given country on a given day](#get-a-list-of-all-episodes-airing-in-a-given-country-on-a-given-day)
            - [Get a list of all future episodes airing](#get-a-list-of-all-future-episodes-airing)
            - [Get episode from a show by its season and episode number](#get-episode-from-a-show-by-its-season-and-episode-number)
            - [Get episodes from a show by the given date](#get-episodes-from-a-show-by-the-given-date)
            - [Get a list of episodes for a season with a given id](#get-a-list-of-episodes-for-a-season-with-a-given-id)
        - [People](#people)
            - [Search people by name](#search-people-by-name)
            - [Get a person by id](#get-a-person-by-id)
            - [Get cast credits for a person with a given id](#get-cast-credits-for-a-person-with-a-given-id)
            - [Get crew credits for a person with a given id](#get-crew-credits-for-a-person-with-a-given-id)
    - [License](#license)

Description
-----------

[](#description)

An easy to use PHP Wrapper around TVMaze's API. All endpoints are supported. (As of Aug 1st 2018)

All TVMaze resources have been turned into objects, so you can interact with them in a OOP way.

For convenience, all dates have been turned into [Carbon](https://carbon.nesbot.com) objects.

Installation
------------

[](#installation)

```
composer require bluesik/tv-maze-api

```

Usage
-----

[](#usage)

```
