PHPackages                             x-laravel/validation-tr-citizen-number-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. x-laravel/validation-tr-citizen-number-extend

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

x-laravel/validation-tr-citizen-number-extend
=============================================

Turkey citizen number (TC No) validation extend package for Laravel.

v1.0.0(5y ago)0257MITPHPPHP &gt;=7.0

Since Dec 17Pushed 5y agoCompare

[ Source](https://github.com/X-Laravel/validation-tr-citizen-number-extend)[ Packagist](https://packagist.org/packages/x-laravel/validation-tr-citizen-number-extend)[ RSS](/packages/x-laravel-validation-tr-citizen-number-extend/feed)WikiDiscussions 1.x Synced 1mo ago

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

X-Laravel - Validation TR Citizen Number Extend Package
=======================================================

[](#x-laravel---validation-tr-citizen-number-extend-package)

[![Latest Stable Version](https://camo.githubusercontent.com/8f77a137d6c00753c2e152a4bbe8d4e283981e57713bc2dc556d59f378c08283/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f582d4c61726176656c2f76616c69646174696f6e2d74722d636974697a656e2d6e756d6265722d657874656e64)](https://packagist.org/packages/X-Laravel/validation-tr-citizen-number-extend)[![Total Downloads](https://camo.githubusercontent.com/d8cacff837e0a87b1dceaabd906d111636d793ab3646c19b65ea4e7a11ff83b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f582d4c61726176656c2f76616c69646174696f6e2d74722d636974697a656e2d6e756d6265722d657874656e64)](https://packagist.org/packages/X-Laravel/validation-tr-citizen-number-extend)[![Dependents](https://camo.githubusercontent.com/a8850102fdc71937e47ac6dda7abc6a05d77345ec55f22a7a307b92bffc08f65/68747470733a2f2f706f7365722e707567782e6f72672f582d4c61726176656c2f76616c69646174696f6e2d74722d636974697a656e2d6e756d6265722d657874656e642f646570656e64656e74732e737667)](https://packagist.org/packages/X-Laravel/validation-tr-citizen-number-extend)[![License](https://camo.githubusercontent.com/e76194e7739b7edfc7bde0dca7f079f9f88d9c114df3c3110c3b27c4b2943652/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f582d4c61726176656c2f76616c69646174696f6e2d74722d636974697a656e2d6e756d6265722d657874656e64)](https://packagist.org/packages/X-Laravel/validation-tr-citizen-number-extend)

[![](https://camo.githubusercontent.com/07462580386a61aeb71a1443574874a873cff0d60ecb20c9de7a549f52337a52/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f582d4c61726176656c2f76616c69646174696f6e2d74722d636974697a656e2d6e756d6265722d657874656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 "Scrutinizer Code Quality")](https://scrutinizer-ci.com/g/X-Laravel/validation-tr-citizen-number-extend/build-status/master)[![StyleCI](https://camo.githubusercontent.com/0209eba58b1c4928605b9ad330cbb650f868b1e225e8ef6d197c2b6a46e1ebc8/68747470733a2f2f7374796c6563692e696f2f7265706f732f3332323238323034362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/322282046)

Introduction
------------

[](#introduction)

Turkey citizen number (TC No) validation extend package for Laravel.

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

[](#requirements)

Laravel &gt;=5.5. Other than that, this library has no requirements.

Install
-------

[](#install)

```
$ composer require x-laravel/validation-tr-citizen-number-extend
```

Example Usage
-------------

[](#example-usage)

```
$this->validate($request, ['citizen_number' => 'required|tr_citizen_number']);
```

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

1978d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bdb64c6c087c331b8bd5906bb1aa7eb06bc83af3654a48ba8ab9da365976651?d=identicon)[X-Adam](/maintainers/X-Adam)

---

Top Contributors

[![X-Adam](https://avatars.githubusercontent.com/u/60411758?v=4)](https://github.com/X-Adam "X-Adam (2 commits)")

### Embed Badge

![Health badge](/badges/x-laravel-validation-tr-citizen-number-extend/health.svg)

```
[![Health](https://phpackages.com/badges/x-laravel-validation-tr-citizen-number-extend/health.svg)](https://phpackages.com/packages/x-laravel-validation-tr-citizen-number-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)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

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

PHPackages © 2026

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