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

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

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

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

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

Since Aug 3Pushed 2y agoCompare

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

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

TR Tax Number Validation Rule Extend
====================================

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

[ ![Latest Stable Version](https://camo.githubusercontent.com/3aaf4f4d9b134d67ab4be734ce532506e4d0881f29dbe17eba22d98d1aaedaea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-validation-rule-extend)[ ![Total Downloads](https://camo.githubusercontent.com/6af69135e30a6e3d1fe78eeae6f3fe17b3e29c9856d7acbba2be6bdda61f272a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-validation-rule-extend)[ ![Dependents](https://camo.githubusercontent.com/bfa8d80c6895c2eb9ae83185225b135e97cadeded54f9305dbbc9dce65107e96/68747470733a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e642f646570656e64656e74732e737667)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-validation-rule-extend)[ ![License](https://camo.githubusercontent.com/83d4777e6e428e8e92b8ffbfafc8d66571c78e935c1a5e689135460ebd9ca651/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-validation-rule-extend)

[ ![License](https://camo.githubusercontent.com/9473b3f42f401e27dabd0d8e666c6719fffeeb042b2cfb36c4e94cc250d00d06/687474703a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e642f726571756972652f706870)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-validation-rule-extend)[ ![Scrutinizer](https://camo.githubusercontent.com/c1f0d77051263686264d7520bca707289fa6c6e1e7aedba730cc1d7fad3567f0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d76616c69646174696f6e2d72756c652d657874656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/netkod-bilisim/tr-tax-number-validation-rule-extend/badges/quality-score.png?b=master)[ ![StyleCI](https://camo.githubusercontent.com/2a4242d731bf72bdf4b621912ffde8e73d1f790abed72c9beb0da4aab5536324/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3637333732333935392f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/673723959?branch=master)

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

[](#-introduction)

It checks the TR Tax Number. It is the extended version package of the TR Tax 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-tax-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([
        'tax_number' => 'required|tr_tax_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

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 (3 commits)")[![TekinAlperenOzer](https://avatars.githubusercontent.com/u/108006676?v=4)](https://github.com/TekinAlperenOzer "TekinAlperenOzer (2 commits)")

---

Tags

tax numbertax number validationtr tax numbertr tax number validationtax number validation ruletr tax number validation ruleturkish tax numberturkish tax number validationturkish tax number validation ruleturkish tax number validation rule extendturkish tax number validation extendtr tax number validation rule extend

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/netkod-bilisim-tr-tax-number-validation-rule-extend/health.svg)](https://phpackages.com/packages/netkod-bilisim-tr-tax-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)
