{"id":20170733,"url":"https://github.com/pear/xml_rpc2","last_synced_at":"2025-04-06T11:07:34.756Z","repository":{"id":2995728,"uuid":"4012460","full_name":"pear/XML_RPC2","owner":"pear","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-22T16:35:00.000Z","size":375,"stargazers_count":9,"open_issues_count":1,"forks_count":22,"subscribers_count":13,"default_branch":"trunk","last_synced_at":"2025-03-30T10:06:35.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pear.php.net/package/XML_RPC2","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-04-13T05:05:06.000Z","updated_at":"2024-12-22T16:35:05.000Z","dependencies_parsed_at":"2025-03-02T08:10:32.784Z","dependency_job_id":"0c38afc8-27c4-4bd4-b9c7-759cf545bcf1","html_url":"https://github.com/pear/XML_RPC2","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FXML_RPC2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FXML_RPC2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FXML_RPC2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FXML_RPC2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pear","download_url":"https://codeload.github.com/pear/XML_RPC2/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471517,"owners_count":20944158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T01:20:29.231Z","updated_at":"2025-04-06T11:07:34.741Z","avatar_url":"https://github.com/pear.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"PEAR XML_RPC2\n=============\nXML_RPC2 is a pear package providing XML_RPC client and server services.\nXML-RPC is a simple remote procedure call protocol built using HTTP as\ntransport and XML as encoding.  As a client library, XML_RPC2 is capable of\ncreating a proxy class which exposes the methods exported by the server. As a\nserver library, XML_RPC2 is capable of exposing methods from a class or object\ninstance, seamlessly exporting local methods as remotely callable procedures.\n\nBasic Usage\n-----------\n```php\n\u003c?php\n\n$options = array(\n  'prefix' =\u003e 'package.'\n);\n\n$client = XML_RPC2_Client::create(\n  'http://pear.php.net/xmlrpc.php',\n  $options\n);\n\ntry {\n  $result = $client-\u003einfo('XML_RPC2');\n  print_r($result);\n} catch (XML_RPC2_FaultException $e) {\n  // The XMLRPC server returns a XMLRPC error\n  die('Exception #' . $e-\u003egetFaultCode() . ' : ' . $e-\u003egetFaultString());\n} catch (Exception $e) {\n  // Other errors (HTTP or networking problems...)\n  die('Exception : ' . $e-\u003egetMessage());\n}\n\n?\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpear%2Fxml_rpc2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpear%2Fxml_rpc2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpear%2Fxml_rpc2/lists"}