{"id":15944740,"url":"https://github.com/jeffreyvr/rdw-opendata-php","last_synced_at":"2025-08-17T08:07:43.909Z","repository":{"id":56997808,"uuid":"197771546","full_name":"jeffreyvr/rdw-opendata-php","owner":"jeffreyvr","description":"Simple library for getting vehicle data by license plate number.","archived":false,"fork":false,"pushed_at":"2019-07-19T16:04:17.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T18:42:20.304Z","etag":null,"topics":["kenteken","open-data","rdw"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"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/jeffreyvr.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}},"created_at":"2019-07-19T12:46:46.000Z","updated_at":"2024-04-26T19:53:34.000Z","dependencies_parsed_at":"2022-08-21T14:50:14.692Z","dependency_job_id":null,"html_url":"https://github.com/jeffreyvr/rdw-opendata-php","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jeffreyvr/rdw-opendata-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreyvr%2Frdw-opendata-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreyvr%2Frdw-opendata-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreyvr%2Frdw-opendata-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreyvr%2Frdw-opendata-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffreyvr","download_url":"https://codeload.github.com/jeffreyvr/rdw-opendata-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreyvr%2Frdw-opendata-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["kenteken","open-data","rdw"],"created_at":"2024-10-07T08:41:56.833Z","updated_at":"2025-08-17T08:07:43.883Z","avatar_url":"https://github.com/jeffreyvr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/jeffreyvr/rdw-opendata-php.svg?branch=master)](https://travis-ci.org/jeffreyvr/rdw-opendata-php)\n\n# RDW Open Data\n\nSimple library for getting vehicle data by license plate number.\n\nData source: https://opendata.rdw.nl\n\n## Installation\n\n`composer require jeffreyvanrossum/rdw-opendata-php:^1.0`\n\n## Example usage\n\nYou call the static `get` method on the `RDW` class. You can pass two parameters: `license` and `data`.\n\n```php\nuse RDWOA\\RDW;\n\n$data = RDW::get('90FPDP');\n\necho $data-\u003emerk;\n```\n\n```php\n$data = RDW::get('90FPDP', 'brandstof');\n\necho $data-\u003ebrandstof_omschrijving;\n```\n\n## Possible data sets\n\n* info\n* brandstof\n* carrosserie\n* carrosserieSpecifiek\n* voertuigklasse","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreyvr%2Frdw-opendata-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffreyvr%2Frdw-opendata-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreyvr%2Frdw-opendata-php/lists"}