{"id":21691387,"url":"https://github.com/pburggraf/licenseplate","last_synced_at":"2025-04-12T09:44:20.051Z","repository":{"id":57036966,"uuid":"59959506","full_name":"pburggraf/LicensePlate","owner":"pburggraf","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-01T07:25:58.000Z","size":283,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T04:41:35.358Z","etag":null,"topics":["car","licenceplate","plate","vehicle"],"latest_commit_sha":null,"homepage":null,"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/pburggraf.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":"2016-05-29T19:09:33.000Z","updated_at":"2020-07-01T10:34:03.000Z","dependencies_parsed_at":"2022-08-23T21:00:15.414Z","dependency_job_id":null,"html_url":"https://github.com/pburggraf/LicensePlate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pburggraf%2FLicensePlate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pburggraf%2FLicensePlate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pburggraf%2FLicensePlate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pburggraf%2FLicensePlate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pburggraf","download_url":"https://codeload.github.com/pburggraf/LicensePlate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550407,"owners_count":21122929,"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":["car","licenceplate","plate","vehicle"],"created_at":"2024-11-25T17:38:18.495Z","updated_at":"2025-04-12T09:44:20.028Z","avatar_url":"https://github.com/pburggraf.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"LicensePlate [![Build Status](https://travis-ci.org/pburggraf/LicensePlate.svg?branch=master)](https://travis-ci.org/pburggraf/LicensePlate) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/pburggraf/LicensePlate/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/pburggraf/LicensePlate/?branch=master)\n===\n\nEasily validate license plates and get some information (planned feature).\n\n## How to use\n\n    use PBurggraf\\LicensePlate\\LicensePlateFactory;\n    use PBurggraf\\LicensePlate\\Detector\\GermanyDetector;\n    use PBurggraf\\LicensePlate\\Detector\\NetherlandsDetector;\n\n    // Procedural style\n    $procedural = LicensePlateFactory::fromString($plate, [\n        GermanyDetector::class,\n        NetherlandsDetector::class,\n    ]);\n    \n    // Object orientated\n    $licensePlate = new LicensePlateFactory($plate);\n    $licensePlate-\u003eaddDetectorType(GermanyDetector::class);\n    $licensePlate-\u003eaddDetectorType(NetherlandsDetector::class);\n    $objectOrientated = $licensePlate-\u003egetResults();\n\n## Test\n\nThis project uses phpunit to test the validation of license plates.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpburggraf%2Flicenseplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpburggraf%2Flicenseplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpburggraf%2Flicenseplate/lists"}