PHPackages                             vindecodervehicle/php-sdk - 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. [API Development](/categories/api)
4. /
5. vindecodervehicle/php-sdk

ActiveLibrary[API Development](/categories/api)

vindecodervehicle/php-sdk
=========================

Official PHP SDK for the VIN Decoder Vehicle API — decode VINs, browse catalogs, OEM parts, fluids and repair times.

v1.0.0(1mo ago)11↓80%[1 PRs](https://github.com/JoxMarkes/vindecodervehicle-php-sdk/pulls)MITPHPPHP ^8.1CI passing

Since Jun 10Pushed 1mo agoCompare

[ Source](https://github.com/JoxMarkes/vindecodervehicle-php-sdk)[ Packagist](https://packagist.org/packages/vindecodervehicle/php-sdk)[ Docs](https://github.com/vindecodervehicle/php-sdk)[ RSS](/packages/vindecodervehicle-php-sdk/feed)WikiDiscussions main Synced 1w ago

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

VIN Decoder Vehicle — PHP SDK
=============================

[](#vin-decoder-vehicle--php-sdk)

[![CI](https://github.com/JoxMarkes/vindecodervehicle-php-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/JoxMarkes/vindecodervehicle-php-sdk/actions/workflows/ci.yml)[![Latest Version](https://camo.githubusercontent.com/558881651e92b9ea5f626bad40ec4c6d0a21fd33dd47c512381e3b4f85415a97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e6465636f64657276656869636c652f7068702d73646b2e737667)](https://packagist.org/packages/vindecodervehicle/php-sdk)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/ccbd48ef9ce3a610390163a690813ac324ef1da8c41b2d92c16e6082bf101d92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f76696e6465636f64657276656869636c652f7068702d73646b2e737667)](https://packagist.org/packages/vindecodervehicle/php-sdk)

Official PHP SDK for the **[VIN Decoder Vehicle API](https://vindecodervehicle.com)** — decode VINs, browse vehicle catalogs, retrieve OEM parts, fluid capacities, repair times, and engine details.

> **Español:** [README en español](README.es.md)

Features
--------

[](#features)

- Decode VIN (first match or all matches)
- Get vehicle details by `carId`
- Fluid capacities and OEM parts
- Repair times (plan-dependent)
- Browse brands, models, and variants
- Engine details by VIN
- Strongly typed PHP 8.1+ models
- Full test coverage with PHPUnit

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- `ext-json`
- [Guzzle](https://github.com/guzzle/guzzle) 7.x

Installation
------------

[](#installation)

```
composer require vindecodervehicle/php-sdk
```

Get your API credentials at [vindecodervehicle.com](https://vindecodervehicle.com).

Quick Start
-----------

[](#quick-start)

```
