PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wesley Silva   Hotmart PHP API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hotmart PHP API
Get the Hotmart user account details using its API
Author: By
Last change:
Date: 4 years ago
Size: 655 bytes
 

Contents

Class file image Download
{ "name": "wesleydeveloper/hotmart", "description": "Hotmart SDK PHP Unofficial", "version": "0.1.3-dev", "type": "library", "require": { "guzzlehttp/guzzle": "^6" }, "require-dev": { "phpunit/phpunit": "^8" }, "license": "MIT", "authors": [ { "name": "Wesley Silva", "email": "wesley_silva@outlook.com", "homepage": "https://wesleysilva.dev" } ], "minimum-stability": "dev", "autoload": { "classmap": [ "src/" ], "psr-4": { "Wesleydeveloper\\Hotmart\\": "src/" } }, "autoload-dev": { "psr-4": { "Wesleydeveloper\\Hotmart\\Tests\\": "tests" } } }