PHPackages                             netkod-bilisim/tr-identity-number-validation-rule-extend - 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. netkod-bilisim/tr-identity-number-validation-rule-extend

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

netkod-bilisim/tr-identity-number-validation-rule-extend
========================================================

It checks the TR Identity Number. It is the extended version package of the TR Identity Number verification package prepared to be used in the request rules.

v1.0.0(2y ago)088MITPHPPHP &gt;=7.4

Since Aug 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/netkod-bilisim/tr-identity-number-validation-rule-extend)[ Packagist](https://packagist.org/packages/netkod-bilisim/tr-identity-number-validation-rule-extend)[ RSS](/packages/netkod-bilisim-tr-identity-number-validation-rule-extend/feed)WikiDiscussions master Synced 2d ago

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

TR Identity Number Validation Rule Extend
=========================================

[](#tr-identity-number-validation-rule-extend)

[ ![Latest Stable Version](https://camo.githubusercontent.com/ce1085182359ac950debd235d2acf149ebd3b35c49a3373613f63fc4b6c0b725/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65746b6f642d62696c6973696d2f74722d6964656e746974792d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-identity-number-validation-rule-extend)[ ![Total Downloads](https://camo.githubusercontent.com/3061ba4c6c6fcc2630b2164868dcfb278489e3db270275cb61550fc0dbcaadae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65746b6f642d62696c6973696d2f74722d6964656e746974792d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-identity-number-validation-rule-extend)[ ![Dependents](https://camo.githubusercontent.com/fab17ed3ccb8b947ee6186f77ebd6170f50199babbfc3dde817a630ec64614c3/68747470733a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d6964656e746974792d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e642f646570656e64656e74732e737667)](https://packagist.org/packages/netkod-bilisim/tr-identity-number-validation-rule-extend)[ ![License](https://camo.githubusercontent.com/051e02488b28ef3ab4e1e9f6276f64f543db5ffa6f97794ce97cde28003658f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e65746b6f642d62696c6973696d2f74722d6964656e746974792d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-identity-number-validation-rule-extend)

[ ![License](https://camo.githubusercontent.com/d6bcf22e3bdf603e04a907a91c451e6e100cdb6d2a5c6132b60cda7bad52a061/687474703a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d6964656e746974792d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e642f726571756972652f706870)](https://packagist.org/packages/netkod-bilisim/tr-identity-number-validation-rule-extend)[ ![Scrutinizer](https://camo.githubusercontent.com/d08cc17f6d3cde33d4891517ffe401a2526ec6a8372b65753414ce6858fafe44/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e65746b6f642d62696c6973696d2f74722d6964656e746974792d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/netkod-bilisim/tr-identity-number-validation-rule-extend/badges/quality-score.png?b=master)[ ![StyleCI](https://camo.githubusercontent.com/1c59d30a709b0ff6bb666c86b08da759a8deb0696bf1d427d1ebcf57d0f4f467/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3637323935383737392f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/672958779?branch=master)

[![](public/assets/images/presentation.png)](public/assets/images/presentation.png) Introduction
------------------------------------------------------------------------------------------------

[](#-introduction)

It checks the TR Identity Number. It is the extended version package of the TR Identity Number verification package prepared to be used in the request rules.

[![](public/assets/images/requirement.png)](public/assets/images/requirement.png) Requirements
----------------------------------------------------------------------------------------------

[](#-requirements)

- PHP &gt;= 7.4

[![](public/assets/images/inbox.png)](public/assets/images/inbox.png) Install
-----------------------------------------------------------------------------

[](#-install)

```
composer require netkod-bilisim/tr-identity-number-validation-rule-extend:"^1"
```

[![](public/assets/images/web-coding.png)](public/assets/images/web-coding.png) Usage
-------------------------------------------------------------------------------------

[](#-usage)

```
public function store(Request $request): RedirectResponse
{
    $validated = $request->validate([
        'citizen_number' => 'required|tr_identity_number',
    ]);

    // The user is valid...

    return redirect('/users');
}
```

[![](public/assets/images/licensing.png)](public/assets/images/licensing.png) License
-------------------------------------------------------------------------------------

[](#-license)

This package is open source software licensed under the [MIT License](https://opensource.org/license/mit/).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1067d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22560065?v=4)[Remzi DALYAN](/maintainers/remzidalyan)[@remzidalyan](https://github.com/remzidalyan)

---

Top Contributors

[![remzidalyan](https://avatars.githubusercontent.com/u/22560065?v=4)](https://github.com/remzidalyan "remzidalyan (8 commits)")

---

Tags

identity numbertr identity numbertr identity number validationtr identity number validation ruletr identity number validation rule extend

### Embed Badge

![Health badge](/badges/netkod-bilisim-tr-identity-number-validation-rule-extend/health.svg)

```
[![Health](https://phpackages.com/badges/netkod-bilisim-tr-identity-number-validation-rule-extend/health.svg)](https://phpackages.com/packages/netkod-bilisim-tr-identity-number-validation-rule-extend)
```

###  Alternatives

[illuminate/validation

The Illuminate Validation package.

18838.2M1.7k](/packages/illuminate-validation)[sandermuller/laravel-fluent-validation

Fluent validation rule builders for Laravel

20719.0k4](/packages/sandermuller-laravel-fluent-validation)

PHPackages © 2026

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