PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Hicri   Qwerty PHP TMDB API   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Qwerty PHP TMDB API
Retrieve movie information with the TMDB API
Author: By
Last change:
Date: 1 year ago
Size: 252 bytes
 

Contents

Class file image Download

Qwerty - TMDB service

An api service for tmdb.com

Installation

To install this package tou can use composer:

    composer require qwerty/tmdb-service

Usage


    $tmdb = new Tmdb();
    $movie = $tmdb->getAll();