PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Cloud King PHP SOAP Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cloud King PHP SOAP Server
Implement an SOAP server API with handler classes
Author: By
Last change:
Date: 3 years ago
Size: 651 bytes
 

Contents

Class file image Download
{ "name": "eftec/cloudking", "type": "library", "description": "A SOAP webserver for PHP", "license": "MIT", "version": "3.0", "authors": [ { "name": "Jorge Castro", "email": "jorge.castro.c@gmail.com" } ], "require": { "php": ">=5.6", "ext-json": "*", "ext-xml": "*", "ext-curl": "*" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "autoload": { "psr-4": { "eftec\\cloudking\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } } }