{"id":37232004,"url":"https://github.com/mmalyszko/php-local-vin-decoder","last_synced_at":"2026-04-07T06:32:33.705Z","repository":{"id":297618477,"uuid":"993058397","full_name":"mmalyszko/php-local-vin-decoder","owner":"mmalyszko","description":" Simple, 100% offline VIN decoder for PHP 8+. No API required. Decodes car make, model, year, and country 🚗","archived":false,"fork":false,"pushed_at":"2026-01-09T12:32:47.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T22:58:31.601Z","etag":null,"topics":["iso-3779","local-library","php-library","php8","vehicle-identification","vin-decoder","vin-parser"],"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/mmalyszko.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-30T06:30:06.000Z","updated_at":"2026-01-09T15:16:21.000Z","dependencies_parsed_at":"2025-06-06T13:15:18.325Z","dependency_job_id":"569d4419-c782-48fa-bbfe-d935818597bc","html_url":"https://github.com/mmalyszko/php-local-vin-decoder","commit_stats":null,"previous_names":["mmalyszko/vinfast-php","mmalyszko/php-local-vin-decoder"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mmalyszko/php-local-vin-decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmalyszko%2Fphp-local-vin-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmalyszko%2Fphp-local-vin-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmalyszko%2Fphp-local-vin-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmalyszko%2Fphp-local-vin-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmalyszko","download_url":"https://codeload.github.com/mmalyszko/php-local-vin-decoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmalyszko%2Fphp-local-vin-decoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["iso-3779","local-library","php-library","php8","vehicle-identification","vin-decoder","vin-parser"],"created_at":"2026-01-15T03:46:56.428Z","updated_at":"2026-01-15T03:46:56.965Z","avatar_url":"https://github.com/mmalyszko.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lightweight VIN Decoder for PHP 8+\n\n![Packagist Version](https://img.shields.io/packagist/v/mmalyszko/php-local-vin-decoder)\n[![CI](https://github.com/mmalyszko/php-local-vin-decoder/actions/workflows/ci.yml/badge.svg)](https://github.com/mmalyszko/php-local-vin-decoder/actions/workflows/ci.yml)\n\nDecode vehicle brand, model, year, country and region from a VIN number using a fast, local PHP library — no external API calls, no rate limits.\n\n## Installation\n\n```\ncomposer require mmalyszko/php-local-vin-decoder\n```\n\n## Usage\n\n```php\nuse VinDecoder\\Vin;\n\n$vin = new Vin('W0L0TGF487G011234');\n\necho $vin-\u003edecodeBrand();   // Opel\necho $vin-\u003edecodeModel();   // Astra (if available in VDS database)\necho $vin-\u003edecodeYear();    // 2007\necho $vin-\u003edecodeCountry(); // Germany\necho $vin-\u003edecodeRegion();  // Europe\n\n```\n\n## VDS Database\n\nMost common VDS codes matched to popular models are included by default. You can override the database with your own file:\n\n```php\n$vin-\u003esetVdsDataFilePath('/path/to/your/vds.php');\n```\n\n## Testing\n\nRun all tests and check coverage (100%):\n\n```bash\ncomposer test\ncomposer test:cover\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmalyszko%2Fphp-local-vin-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmalyszko%2Fphp-local-vin-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmalyszko%2Fphp-local-vin-decoder/lists"}