PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   Telegra.ph PHP API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Telegra.ph PHP API
Manage accounts and pages of the Telegra.ph site
Author: By
Last change:
Date: 3 months ago
Size: 401 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/telegrah_api", "description": "Telegra.ph api", "type": "library", "require": { "mateodioev/request": "^2.2", "mateodioev/utils": "^1.4", "mateodioev/jsondecoder": "^1.2" }, "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\TelegraphApi\\": "src/" } }, "minimum-stability": "stable" }