PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of WsdlToPhp   WSDL To PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WSDL To PHP
Generate classes to send SOAP requests from a WSDL
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 1,024 bytes
 

Contents

Class file image Download
{ "name": "wsdltophp/wsdltophp", "description": "Generate hierarchical PHP classes based on a WSDL", "version": "1.0.0", "type": "library", "keywords" : ["soap","wsdl","php","generator"], "homepage" : "https://github.com/mikaelcom/WsdlToPhp", "time" : "2013-09-06 10:28:27", "license" : "MIT", "authors" : [ { "name": "Mikaƫl DELSOL", "email": "contact@wsdltophp.com", "homepage": "https://www.wsdltophp.com", "role": "Owner" }, { "name": "Gemorroj", "email": "wapinet@mail.ru", "role": "Contributor" } ], "support" : { "email" : "contact@wsdltophp.com" }, "require": { "php" : ">=5.3.0", "ext-soap": "*" }, "autoload": { "classmap": ["/"] } }