{
    "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": "
[email protected]",
                    "homepage": "https://www.wsdltophp.com",
                    "role": "Owner"
                 },
                 {
                    "name": "Gemorroj",
                    "email": "
[email protected]",
                    "role": "Contributor"
                 }
                ],
    "support" : {
                    "email" : "
[email protected]"
                },
    "require": {
                "php" : ">=5.3.0",
                "ext-soap": "*"
               },
    "autoload": {
        "classmap": ["/"]
                }
}