PHPackages                             bkremenovic/licenceplate - 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. [Image &amp; Media](/categories/media)
4. /
5. bkremenovic/licenceplate

ActiveLibrary[Image &amp; Media](/categories/media)

bkremenovic/licenceplate
========================

Licence plate recognition for Laravel 5

0611PHP

Since Feb 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bkremenovic/licenceplate)[ Packagist](https://packagist.org/packages/bkremenovic/licenceplate)[ RSS](/packages/bkremenovic-licenceplate/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

### Install dependencies:

[](#install-dependencies)

```
sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-dev tesseract-ocr

```

### Include a package into your project using composer:

[](#include-a-package-into-your-project-using-composer)

```
composer require bkremenovic/licenceplate dev-master

```

### Open your config/app.php and add the following to the providers array:

[](#open-your-configappphp-and-add-the-following-to-the-providers-array)

```
Bkremenovic\Licenceplate\LicenceplateServiceProvider::class,

```

### In the same config/app.php and add the following to the aliases array:

[](#in-the-same-configappphp-and-add-the-following-to-the-aliases-array)

```
'Licenceplate' => Bkremenovic\Licenceplate\Facades\Licenceplate::class,

```

### Run the command below to publish the package config file config/licenceplate.php:

[](#run-the-command-below-to-publish-the-package-config-file-configlicenceplatephp)

```
php artisan vendor:publish --provider="Bkremenovic\Licenceplate\LicenceplateServiceProvider"

```

Usage
=====

[](#usage)

Use `recognize()` method using an image as a parameter (either remote or local). If the licence plate has been successfully recognized, it will return a string containing your licence plate. Otherwise, it will return null.

### Example:

[](#example)

```
Licenceplate::recognize("licence.jpg")

```

or

```
Licenceplate::recognize("http://example.com/licence.jpg")

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/25137409?v=4)[Boris Kremenović](/maintainers/bkremenovic)[@bkremenovic](https://github.com/bkremenovic)

### Embed Badge

![Health badge](/badges/bkremenovic-licenceplate/health.svg)

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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