PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gideon Kombian   PHP Openfire REST API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Openfire REST API
Manage an Openfire server calling its REST API
Author: By
Last change:
Date: 9 years ago
Size: 767 bytes
 

Contents

Class file image Download
{ "name": "gidkom/php-openfire-restapi", "description": "Manage Open fire server using Rest Api", "version": "1.0.0", "keywords": ["openfire", "xmpp", "chat"], "homepage": "https://github.com/gidkom/php-openfire-restapi", "license": "MIT", "authors": [ { "name": "Gideon Kombian", "email": "yoroumah@gmail.com" } ], "support": { "email": "yoroumah@gmail.com", "issues": "https://github.com/gidkom/php-openfire-restapi/issues" }, "require": { "php": ">=5.4.0", "ext-curl": "*", "rmccue/requests": ">=1.0" }, "autoload": { "psr-0": { "Gidkom\\OpenFireRestApi": "src/" } }, "minimum-stability": "dev" }