{ "name": "clue/soap-react", "description": "Simple, async SOAP webservice client library, built on top of ReactPHP", "keywords": ["SOAP", "SoapClient", "WebService", "WSDL", "ReactPHP"], "homepage": "https://github.com/clue/reactphp-soap", "license": "MIT", "authors": [ { "name": "Christian Lück", "email": "christian@lueck.tv" } ], "autoload": { "psr-4": { "Clue\\React\\Soap\\": "src/" } }, "require": { "php": ">=5.3", "clue/buzz-react": "^2.5", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "react/promise": "^2.1 || ^1.2", "ext-soap": "*" }, "require-dev": { "clue/block-react": "^1.0", "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" } }