PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Musixmatch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Musixmatch
Get details about music using the Musixmatch API
Author: By
Last change:
Date: 2 years ago
Size: 278 bytes
 

Contents

Class file image Download
{ "name": "neto/musix", "description": "Search music lyrics", "license": "MIT", "autoload": { "psr-4": { "Musixmatch\\": "src/" } }, "require": { "guzzlehttp/guzzle": "^7.4", "vlucas/phpdotenv": "^5.4" } }