PHPackages                             errorname/vin-decoder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. errorname/vin-decoder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

errorname/vin-decoder
=====================

VIN (Vehicle Identification Number) decoder using Vincario API

25861PHP

Since Sep 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ErrOrnAmE/vin-decoder)[ Packagist](https://packagist.org/packages/errorname/vin-decoder)[ RSS](/packages/errorname-vin-decoder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

VINDecoder
==========

[](#vindecoder)

VIN (Vehicle Identification Number) decoder using [Vincario API](https://vindecoder.eu)

Setup:
------

[](#setup)

```
composer require errorname/vin-decoder dev-master

```

Then, add the Service Provider in your file config/app.php

```
Errorname\VINDecoder\VINDecoderServiceProvider::class

```

Usage:
------

[](#usage)

```
use Errorname\VINDecoder\Decoder;

//

Decoder::info('XXXDEF1GH23456789'); // Retrieve the list of available information about this VIN

//

$vin = Decoder::decode('XXXDEF1GH23456789'); // Retrieve the actual information about this VIN

echo $vin->Make;
echo $vin['Plant Country'];

echo isset($vin['Number of Seats']) ? 'Seats: '.$vin['Number of Seats'] : 'No seats';

print_r($vin->available()); // Print the list of available information about this VIN

//

$balance = Decoder::balance();

echo "API requests left: ".$balance;
```

License
-------

[](#license)

VINDecoder is an open-sourced software licensed under the [MIT License](http://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/31ec66d95faf5eff33fada2e3d911d0d94a7ed60536805d48c0a97e2b59945f5?d=identicon)[ErrOrnAmE](/maintainers/ErrOrnAmE)

---

Top Contributors

[![Errorname](https://avatars.githubusercontent.com/u/6669733?v=4)](https://github.com/Errorname "Errorname (2 commits)")

### Embed Badge

![Health badge](/badges/errorname-vin-decoder/health.svg)

```
[![Health](https://phpackages.com/badges/errorname-vin-decoder/health.svg)](https://phpackages.com/packages/errorname-vin-decoder)
```

###  Alternatives

[symfony/polyfill-php72

Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions

4.8k674.7M31](/packages/symfony-polyfill-php72)[symfony/polyfill-intl-icu

Symfony polyfill for intl's ICU-related data and classes

2.6k251.4M96](/packages/symfony-polyfill-intl-icu)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.2k64.2M574](/packages/nette-php-generator)[consolidation/site-process

A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.

5345.3M8](/packages/consolidation-site-process)[sycho/flarum-profile-cover

Adds the ability to add a cover image to a profile.

1836.6k](/packages/sycho-flarum-profile-cover)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
