PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   Qwerty PHP TMDB API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Qwerty PHP TMDB API
Retrieve movie information with the TMDB API
Author: By
Last change:
Date: 1 year ago
Size: 486 bytes
 

Contents

Class file image Download
{ "name": "qwerty/tmdb", "description": "tmdb api", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Qwerty\\Tmdb\\": "src/" } }, "autoload-dev": { "psr-4": { "Query\\Tmdb\\Tests\\": "tests/" } }, "authors": [ { "name": "qwerty" } ], "require": { "phpunit/phpunit": "^9.5" }, "require-dev": {}, "minimum-stability": "dev" }