PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Saeb Khanzadeh   Gap SDP API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gap SDP API
Send messages with the Gap instant messenger
Author: By
Last change:
Date: 6 years ago
Size: 875 bytes
 

Contents

Class file image Download
{ "name": "gapafzar/gap-sdp-api", "type": "library", "description": "A PHP wrapper for the Gap Messenger SDP API.", "license": "MIT", "homepage": "https://github.com/GapAfzar/Gap-SDP-API", "keywords": [ "Gap", "Gap-API", "Gap-Bot-API", "Gap-Bot-PHP", "Gap-SDP-API" ], "support": { "issues": "https://github.com/GapAfzar/Gap-SDP-API/issues", "wiki": "https://github.com/GapAfzar/Gap-SDP-API/wiki", "source": "https://github.com/GapAfzar/Gap-SDP-API" }, "autoload": { "psr-4": { "Gap\\": "src/" } }, "require": { "php": ">=5.5", "ext-curl": "*" }, "authors": [ { "name": "Mohammad Esmaeilpour", "email": "esmaeilpoor.info@gmail.com", "role": "Developer" } ] }