PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Protung Dragos   PHP WSDL Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WSDL Generator
Generate WSDL from PHP classes code
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 727 bytes
 

Contents

Class file image Download
{ "name": "php2wsdl/php2wsdl", "description": "Create WSDL files form PHP classes.", "type": "library", "keywords": [ "wsdl", "wsdl generator", "web services" ], "config": { "preferred-install": "dist" }, "homepage": "http://github.com/dragosprotung/php2wsdl", "license": "MIT", "authors": [ { "name": "Dragos Protung", "email": "dragos@protung.ro" } ], "require": { "php": ">=7.2", "wingu/reflection": "~1.0" }, "require-dev": { "symfony/phpunit-bridge": "^6.0", "scrutinizer/ocular": "~1.1" }, "autoload": { "psr-4": { "PHP2WSDL\\": "src" } }, "autoload-dev": { "psr-4": { "PHP2WSDL\\Test\\": "tests" } } }