PHP Classes

File: vendor/php2wsdl/php2wsdl/composer.json

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   vendor/php2wsdl/php2wsdl/composer.json   Download  
File: vendor/php2wsdl/php2wsdl/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of vendor/php2wsdl/php2wsdl/composer.json
Date: 1 year ago
Size: 720 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": ">=5.6", "wingu/reflection": "~1.0" }, "require-dev": { "phpunit/phpunit": "~5.7", "scrutinizer/ocular": "~1.1" }, "autoload": { "psr-4": { "PHP2WSDL\\": "src" } }, "autoload-dev": { "psr-4": { "PHP2WSDL\\Test\\": "tests" } } }