PHPackages                             infiniteloop/carregistration - 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. infiniteloop/carregistration

ActiveLibrary[API Development](/categories/api)

infiniteloop/carregistration
============================

Look up car details from a number plate in many countries worldwide. Account required from www.vehicleregistrationapi.com

020PHP

Since Aug 18Pushed 8y agoCompare

[ Source](https://github.com/infiniteloopltd/PHPCarRegistration)[ Packagist](https://packagist.org/packages/infiniteloop/carregistration)[ RSS](/packages/infiniteloop-carregistration/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

PHPCarRegistration
==================

[](#phpcarregistration)

A PHP Package to look up car registration information (Account required from [www.vehicleregistrationapi.com](http://www.vehicleregistrationapi.com))

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php';

use carregistration\carregistration;

$conv = new carregistration;

$json = $conv->lookup('***your username***','CheckUSA','H84jae','nj');
print_r($json->Description);
```

Parameters
----------

[](#parameters)

The function "lookup" returns an associative array that differs by country, but maintains consistency where possible. It accepts four parameters, being username, endpoint, registration number and state, in that order.

The username is that which is used on [www.vehicleregistrationapi.com](http://www.vehicleregistrationapi.com)

The endpoint specifies the country to be searched, and must be one of the following.

- Check (UK)
- CheckBelgium
- CheckCroatia
- CheckCzechRepublic
- CheckDenmark
- CheckEstonia
- CheckFinland
- CheckFrance
- CheckHungary
- CheckIndia
- CheckIreland
- CheckItaly
- CheckNetherlands
- CheckNewZealand
- CheckNigeria
- CheckNorway
- CheckPortugal
- CheckRussia
- CheckSlovakia
- CheckSouthAfrica
- CheckSpain
- CheckSriLanka
- CheckSweden
- CheckUAE
- CheckUSA
- CheckAustralia

The state parameter is only used for USA and Australia, and can be left empty for all other countries.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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://avatars.githubusercontent.com/u/96548?v=4)[Abbas](/maintainers/infiniteloop)[@infiniteloop](https://github.com/infiniteloop)

---

Top Contributors

[![infiniteloopltd](https://avatars.githubusercontent.com/u/609095?v=4)](https://github.com/infiniteloopltd "infiniteloopltd (3 commits)")

### Embed Badge

![Health badge](/badges/infiniteloop-carregistration/health.svg)

```
[![Health](https://phpackages.com/badges/infiniteloop-carregistration/health.svg)](https://phpackages.com/packages/infiniteloop-carregistration)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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