PHPackages                             plate/plate - 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. plate/plate

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

plate/plate
===========

this package can help you to work on iranian vehicle plate numbers

1.3.0(9y ago)2120PHPPHP &gt;=5.4.0

Since Sep 14Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mammutgroup/Plate)[ Packagist](https://packagist.org/packages/plate/plate)[ RSS](/packages/plate-plate/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)DependenciesVersions (13)Used By (0)

Iran Vehicle Plate Number Package
=================================

[](#iran-vehicle-plate-number-package)

### Requirements:

[](#requirements)

- php ~5.4.\*

Instalation:
============

[](#instalation)

First add package name to your composer requirements

```
"require": {
    "plate/plate": "dev"
}
```

Next, update Composer from the Terminal:

> composer update

Next, add your new provider to the providers array of config/app.php:

```
'providers' => [
    // ...
    Plate\PlateServiceProvider::class,
    // ...
  ]
```

Next, add class alias to the aliases array of config/app.php:

```
'aliases' => [
   // ...
      'Plate' => Plate\PlateFacade::class
    // ...
]
```

Finally, run:

> php artisan vendor:publish

Ho to use:
==========

[](#ho-to-use)

```
  $plate = new Plate\Plate();
  $plak = 21 .
      ' ب ' .
      488 .
      ' - ' .
      88 .
      ' ایران';

  $r = $plate->setPlate($plak);
  print_r($r->getparsedData()); exit;
  print_r($plate->isCab());
```

### Get plate as image

[](#get-plate-as-image)

```
  $plate->getImage('path/to/export/image.png');
```

### Add date to image

[](#add-date-to-image)

```
  $plate->withDate('95-05-01')->getImage('path/to/export/image.png');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~28 days

Recently: every ~43 days

Total

11

Last Release

3294d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/904829?v=4)[Honarkhah](/maintainers/honarkhah)[@honarkhah](https://github.com/honarkhah)

---

Top Contributors

[![sayadaazami](https://avatars.githubusercontent.com/u/11436168?v=4)](https://github.com/sayadaazami "sayadaazami (20 commits)")

---

Tags

laravelphpplate-numbervehicleiranplateplate numberplak

### Embed Badge

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

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

###  Alternatives

[adlino/locations

Iran Provinces, Counties and Cities with a Google Map Location for Laravel.

171.3k](/packages/adlino-locations)[wplake/typed

Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.

231.2k](/packages/wplake-typed)

PHPackages © 2026

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