{"id":37012253,"url":"https://github.com/frdl/rdap-server","last_synced_at":"2026-01-14T01:04:14.864Z","repository":{"id":211398047,"uuid":"729012142","full_name":"frdl/rdap-server","owner":"frdl","description":"Rdap Server (OIDplus aware, with WHOIS-fallback/-remarks)","archived":false,"fork":false,"pushed_at":"2024-11-12T14:22:15.000Z","size":2744,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-12T15:27:16.637Z","etag":null,"topics":["oid","oidplus","php","rdap","server","weid","whois"],"latest_commit_sha":null,"homepage":"https://frdlweb.de/api/rdap/whois","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frdl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-08T07:48:55.000Z","updated_at":"2024-11-12T14:22:19.000Z","dependencies_parsed_at":"2024-06-09T03:24:58.168Z","dependency_job_id":"9ef41465-1f1d-482c-b931-822c4cb01922","html_url":"https://github.com/frdl/rdap-server","commit_stats":null,"previous_names":["frdl/rdap-server"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/frdl/rdap-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Frdap-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Frdap-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Frdap-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Frdap-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frdl","download_url":"https://codeload.github.com/frdl/rdap-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Frdap-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"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":["oid","oidplus","php","rdap","server","weid","whois"],"created_at":"2026-01-14T01:04:14.199Z","updated_at":"2026-01-14T01:04:14.849Z","avatar_url":"https://github.com/frdl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RDAP server application example\n\nThis is a sample application uses the [HiQDev RDAP library](https://github.com/hiqdev/rdap) which packs domain info into PHP objects and can serialize it to JSON string.\n\nThis implementation fetches public WHOIS servers, parses the response by [HiQDev RDAP-Whois proxy](https://github.com/hiqdev/rdap-whois-proxy), fills RDAP objects and responds according to the RFC7483.\n\n# Install and run \n\nThe preferred way to install this project is through [composer](http://getcomposer.org/download/).\n\n```sh\nphp composer.phar create-project \"hiqdev/rdap-server-example:*\" directory2install\n```\n\nThen run ``php composer.phar update`` to setup all dependencies\n\n## Setup project\n\nYou can run this application by two ways.\n\n1. With build-in PHP web server:\n\n        php -S {host}:{port} -t public/ public/index.php\n        \n\n2.  With docker-compose:\n\n        docker-compose up -d --build\n\n\nNow you can check you app on ``localhost:8080`` or on your custom port and see\n\n    Hello world!\n        \n## Usage\n        \nYou can use this application to find domain names by URL\n\n    localhost:8080/domain/example.com\n\nAnd see something like\n    \n      \"ldhName\": \"example.com\",\n      \"unicodeName\": \"example.com\",\n      \"entities\": [\n        {\n          \"vcardArray\": [\n            [\n                ...\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrdl%2Frdap-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrdl%2Frdap-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrdl%2Frdap-server/lists"}