PHPackages                             kf24/nrpparser - 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. kf24/nrpparser

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

kf24/nrpparser
==============

Parser polskich NIP, REGON, PESEL

0336PHP

Since Sep 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kf24/nrpparser)[ Packagist](https://packagist.org/packages/kf24/nrpparser)[ RSS](/packages/kf24-nrpparser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NRPParser:
==========

[](#nrpparser)

Parser dla laravela do numerów NIP, REGON PESEL

Instalacja:
-----------

[](#instalacja)

do pliku composer.json w sekcji require-dev dodajemy

### composer.json

[](#composerjson)

```
    'kf24/nrpparser':'dev-master'

```

### config/app.php

[](#configappphp)

```
    'providers' => \[
            ..
            kf24\nrpparser\ProviderNRPParser::class,

```

### /resources/lang/pl/validation.php

[](#resourceslangplvalidationphp)

```
    'pesel'=> 'Numer pesel jest nieprawidłowy.'
    'nip'=> 'Numer nip jest nieprawidłowy.'
    'regon'=> 'Numer regon jest nieprawidłowy.'

```

### Przykładowa walidacja

[](#przykładowa-walidacja)

```
    \Validator::make(
                    [ // dane wejsciowe
                        'numer_nip'=>'xxxxxxxxxx',
                        'numer_regon'=>'xxxxxxxx',
                        'numer_pesel'=>'xxxxxxxxxxx'
                    ],
                    [ // ustawienie walidatora
                        'numer_nip'=>'nip',
                        'numer_regon'=>'regon',
                        'numer_pesel'=>'pesel'
                    ]
              )

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

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/22105212?v=4)[orangepipl](/maintainers/orangepipl)[@orangepipl](https://github.com/orangepipl)

---

Top Contributors

[![labapawel](https://avatars.githubusercontent.com/u/11938667?v=4)](https://github.com/labapawel "labapawel (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jxlwqq/watermark

generate text watermark with canvas

1016.4k](/packages/jxlwqq-watermark)

PHPackages © 2026

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