PHPackages                             marxolity/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. marxolity/vin-decoder

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

marxolity/vin-decoder
=====================

Get vehicle details by using vin

v1(3y ago)1391PHP

Since Oct 19Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

Vin Decoder (Vin Audit)
=======================

[](#vin-decoder-vin-audit)

laravel package: Get vehicle details by using vin (Vin Audit Api)

Installation
============

[](#installation)

```
composer require marxolity/vin-decoder
```

Config
------

[](#config)

```
php artisan vendor:publish --provider="Marxolity\VinDecoder\Providers\VinDecoderServiceProvider" --tag="config"
```

Setup -&gt; Env
---------------

[](#setup---env)

```
VIN_DECODER_VIN_AUDIT_API_KEY=""
```

config/app.php
--------------

[](#configappphp)

```
    'providers' => [
        ...
        Marxolity\VinDecoder\Providers\VinDecoderServiceProvider::class,
    ],
    'aliases' => Facade::defaultAliases()->merge([
        ...
        'VinDecoder' => Marxolity\VinDecoder\Facades\VinDecoder::class
    ])->toArray(),
```

Usage
-----

[](#usage)

```
   \VinDecoder::getMarketValueByVin('1NXBR32E85Z505904'); # output: ?array (array or null)
   \VinDecoder::getVehicleSpecificationByVin('1NXBR32E85Z505904'); # output: ?array (array or null)
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fafbc9c957d2149ceccd7476d14fdade234a2737f590974275daf8afe7ef1cff?d=identicon)[marcelooblan2016](/maintainers/marcelooblan2016)

---

Top Contributors

[![marcelooblan2016](https://avatars.githubusercontent.com/u/36547331?v=4)](https://github.com/marcelooblan2016 "marcelooblan2016 (16 commits)")

---

Tags

laravel-packagevin-auditvin-decoder

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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