PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   PHP Imdb Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Imdb Service
Get information about movies from the IMDB site
Author: By
Last change:
Date: 1 year ago
Size: 650 bytes
 

Contents

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