{ "name": "kissifrot/php-ixr", "type": "library", "description": "Incutio XML-RPC library (IXR)", "keywords": ["xmlrpc","xlm-rpc", "remote procedure call", "rpc"], "homepage": "http://scripts.incutio.com/xmlrpc/", "license": "BSD-3-Clause", "authors": [ { "name": "Incutio Ltd 2010 - Simon Willison", "homepage": "http://scripts.incutio.com/xmlrpc/" } ], "require": { "php": ">=5.4.0", "ext-xml": "*" }, "require-dev": { "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": { "IXR\\tests\\": "tests/", "IXR\\": "src/" } } }