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 1mo 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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

1013d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3573f5d94edf2edfbdedc4417d5625faba485df8070886fc88a0188a21384791?d=identicon)[remzidalyan](/maintainers/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

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)[blaspsoft/blasp

Blasp is a powerful and customisable profanity filter package for Laravel applications

329174.3k1](/packages/blaspsoft-blasp)

PHPackages © 2026

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