PHPackages                             talgatfox/php-iin-validator - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. talgatfox/php-iin-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

talgatfox/php-iin-validator
===========================

Simple IIN(Individual identification number) validator

v1.0-stable(4y ago)03.9kMITPHPPHP &gt;=7.1

Since Dec 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tzheldibayev/php-iin-validator)[ Packagist](https://packagist.org/packages/talgatfox/php-iin-validator)[ RSS](/packages/talgatfox-php-iin-validator/feed)WikiDiscussions master Synced today

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

Simple IIN Validator in PHP
===========================

[](#simple-iin-validator-in-php)

Easily check IIN if it's correct by calculating check sum.

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

[](#requirements)

PHP &gt;= 7.1

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

[](#installation)

If you're using Composer to manage libraries, include this package in your composer.json

```
"require" : {
    "talgatfox/php-iin-validator" : "0.1.*"
}
```

Usage
-----

[](#usage)

```
use Talgatfox\IinValidator\IinValidator;

$validator = new IinValidator();
$isValid = $validator->validate($iinString); // returns true if it's valid otherwise false
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1647d ago

Major Versions

v0.1.0-beta → v1.0-stable2021-12-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23218636?v=4)[Talgat Zheldibayev](/maintainers/tzheldibayev)[@tzheldibayev](https://github.com/tzheldibayev)

---

Top Contributors

[![tzheldibayev](https://avatars.githubusercontent.com/u/23218636?v=4)](https://github.com/tzheldibayev "tzheldibayev (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/talgatfox-php-iin-validator/health.svg)

```
[![Health](https://phpackages.com/badges/talgatfox-php-iin-validator/health.svg)](https://phpackages.com/packages/talgatfox-php-iin-validator)
```

PHPackages © 2026

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