{ "name" : "meta-tech/pws-client", "type" : "library", "homepage" : "https://github.com/meta-tech/pws-client", "description" : "PwsClient is a php web service client managing PwsAuth protocol", "license" : "MIT", "authors" : [ { "name" : "a-Sansara", "homepage" : "https://github.com/a-sansara/" } ], "keywords" : ["Client", "PwsAuth", "WebService", "Http"], "autoload" : { "psr-4" : { "" : "src/" } }, "require" : { "php" : ">=5.4", "meta-tech/pws-auth" : "@dev", "symfony/yaml": "^3.2" } }