PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   The Movie Database Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: The Movie Database Service
Retrieve movie information with the TMDB.com API
Author: By
Last change:
Date: 4 days ago
Size: 645 bytes
 

Contents

Class file image Download
{ "name": "slvler/tmdb", "license": "MIT", "description": "TMDB.com api service for php", "type": "package", "authors": [ { "name": "slvler", "email": "slvler@proton.me" } ], "autoload": { "psr-4": { "slvler\\tmdb\\": "src/" } }, "autoload-dev": { "psr-4": { "slvler\\tmdb\\Tests\\": "tests/" } }, "require": {}, "require-dev": { "phpunit/phpunit": "^9.5" }, "scripts": { "test": "vendor/bin/phpunit tests" }, "minimum-stability": "stable", "prefer-stable": true }