tmdb/sdk

This TMDB sdk will provide all necessary functionality that you need to have movies & cinema, tv shows from TheMovieDB database

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2023-10-20 08:00 UTC

This package is auto-updated.

Last update: 2023-10-20 08:03:13 UTC


README

Product Name Screen Shot

TMDB/SDK library is design to make use of tmdb databases movies api easier and simpler. You can use it in all php projects

Why tmdb databases api:

  • TMDB gives you access to all varieties of movies and tv shows out there.
  • With this sdk we have made it more easier to use these TMDB apis

Built With

This library is built with PHP language with stable 8.2 version. There is no additional required package need

PHP Logo

Getting Started

To start using this library you need to have api key from TMDB create account and get you key

Prerequisites

Install this package in your project using composer

Installation

Now if you have installed your composer or already installed processed and install the library.

  1. Get a zip at bitbucket visit bitbucket
  2. Clone the repo
    git clone https://chance007@bitbucket.org/tmdb-ask/tmdb-movies-and-shows.git
    
  3. Install php packages
    composer require tmdb/sdk:1.0.x-dev
    

Usage

How to use this library efficiently follow the example provided below

For more examples, please refer to the Examples

License

Distributed under the MIT License. See GPL-2.0-or-later for more information.

Contact

Your Name - @Chance Github - chance.svinfotech@gmail.com

Project Link: tmdb/sdk 1.0

(back to top)