{"id":15984862,"url":"https://github.com/gggeek/phpxmlrpc-jsonrpc","last_synced_at":"2026-01-30T20:02:08.783Z","repository":{"id":57041026,"uuid":"323940743","full_name":"gggeek/phpxmlrpc-jsonrpc","owner":"gggeek","description":"A php library for building json-rpc clients and servers","archived":false,"fork":false,"pushed_at":"2025-11-06T21:01:03.000Z","size":679,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T23:12:01.281Z","etag":null,"topics":["api","jsonrpc","php","rpc"],"latest_commit_sha":null,"homepage":"https://gggeek.github.io/phpxmlrpc-jsonrpc/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gggeek.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"license.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-23T15:43:39.000Z","updated_at":"2025-11-06T21:01:08.000Z","dependencies_parsed_at":"2025-10-01T23:24:36.840Z","dependency_job_id":"fe52c80c-813a-4bba-a5b2-a9e6bc35a369","html_url":"https://github.com/gggeek/phpxmlrpc-jsonrpc","commit_stats":{"total_commits":68,"total_committers":1,"mean_commits":68.0,"dds":0.0,"last_synced_commit":"33fdd466b1521a613e236d781886d3749a638fff"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gggeek/phpxmlrpc-jsonrpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fphpxmlrpc-jsonrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fphpxmlrpc-jsonrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fphpxmlrpc-jsonrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fphpxmlrpc-jsonrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gggeek","download_url":"https://codeload.github.com/gggeek/phpxmlrpc-jsonrpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fphpxmlrpc-jsonrpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T19:10:10.838Z","status":"ssl_error","status_checked_at":"2026-01-30T19:06:40.573Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","jsonrpc","php","rpc"],"created_at":"2024-10-08T02:10:51.038Z","updated_at":"2026-01-30T20:02:08.777Z","avatar_url":"https://github.com/gggeek.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSON-RPC for PHP (a.k.a. PHPJSONRPC)\n====================================\n\nA php library for building json-rpc clients and servers.\n\nOriginally bundled as part of the [phpxmlrpc/extras](https://github.com/gggeek/phpxmlrpc-extras) package.\n\nIt supports both version 2.0 and 1.0 of the JSON-RPC protocol _over HTTP_.\n\nRequirements and Installation\n-----------------------------\n\n* PHP \u003e= 5.4.0\n* PHP Json extension\n* phpxmlrpc/phpxmlrpc \u003e= 4.11.4 (currently requires the master branch tip)\n\nThe recommended way to install this library is using Composer.\n\nDocumentation\n-------------\n\n* See the documentation page at [gggeek.github.io/phpxmlrpc-jsonrpc](https://gggeek.github.io/phpxmlrpc-jsonrpc)\n  for a list of the library main features, __known limitations__ and all project related information, including information\n  about online resources such as debuggers and demo servers.\n\n* Automatically-generated documentation for the API is available online at [http://gggeek.github.io/phpxmlrpc-jsonrpc/doc/api/index.html](http://gggeek.github.io/phpxmlrpc-jsonrpc/doc/api/index.html)\n\n* You are encouraged to look also at the code examples found in the demo/ directory.\n\n  Note: to reduce the size of the download, the demo files are not part of the default package installed with Composer.\n  You can either check them out online at https://github.com/gggeek/phpxmlrpc-jsonrpc/tree/master/demo, download them as\n  a separate tarball from https://github.com/gggeek/phpxmlrpc-jsonrpc/releases or make sure they are available locally\n  by installing the library using Composer option `--prefer-install=source`. Whatever the method chosen, make sure that\n  the demo folder is not directly accessible from the internet, i.e. it is not within the webserver root directory).\n\nExtras\n------\n\n* This library does include a visual debugger which can be used to troubleshoot connections to 3rd party json-rpc servers.\n  In case you'd like to use the debugger but do not have a working PHP installation, you can run it standalone as a\n  Container image. Instructions can be found at https://github.com/gggeek/phpxmlrpc-debugger\n\n* A companion PHP library, which adds support for JSON-RPC servers to automatically generate API documentation, and more,\n  is available at https://github.com/gggeek/phpxmlrpc-extras\n\n* Last but not least, a Javascript library, implementing both XML-RPC and JSON-RPC clients using a very similar API, is\n  available at https://github.com/gggeek/jsxmlrpc\n\nLicense\n-------\nUse of this software is subject to the terms in the [license.txt](license.txt) file\n\n[![License](https://poser.pugx.org/phpxmlrpc/jsonrpc/license)](https://packagist.org/packages/phpxmlrpc/jsonrpc)\n[![Latest Stable Version](https://poser.pugx.org/phpxmlrpc/jsonrpc/v/stable)](https://packagist.org/packages/phpxmlrpc/jsonrpc)\n[![Total Downloads](https://poser.pugx.org/phpxmlrpc/jsonrpc/downloads)](https://packagist.org/packages/phpxmlrpc/jsonrpc)\n\n[![Build Status](https://github.com/gggeek/phpxmlrpc-jsonrpc/actions/workflows/ci.yaml/badge.svg)](https://github.com/gggeek/phpxmlrpc-jsonrpc/actions/workflows/ci.yaml)\n[![Code Coverage](https://codecov.io/gh/gggeek/phpxmlrpc-jsonrpc/branch/master/graph/badge.svg)](https://app.codecov.io/gh/gggeek/phpxmlrpc-jsonrpc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgggeek%2Fphpxmlrpc-jsonrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgggeek%2Fphpxmlrpc-jsonrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgggeek%2Fphpxmlrpc-jsonrpc/lists"}