PHPackages                             yunusasuroglu/kimlikno - 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. yunusasuroglu/kimlikno

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

yunusasuroglu/kimlikno
======================

T.C. Kimlik Numarası doğrulama paketi

142PHP

Since Dec 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yunusasuroglu/kimlikno)[ Packagist](https://packagist.org/packages/yunusasuroglu/kimlikno)[ RSS](/packages/yunusasuroglu-kimlikno/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Republic of Turkey Identity Number Verification Package
=======================================================

[](#republic-of-turkey-identity-number-verification-package)

Description
-----------

[](#description)

This package was developed to facilitate the verification process of the Turkish Republic Identity Number.

Setup
-----

[](#setup)

Run the following command to add your package to the project:

```
composer require yunusasuroglu/kimlikno
```

Use
---

[](#use)

You can use the verification functionality provided by the package as follows:

### **1. Using Laravel**

[](#1-using-laravel)

1. Add your service provider to `config/app.php` file:

```
'providers' => [
    yunusasuroglu\KimlikNo\KimlikNoServiceProvider::class,
];
```

2. Facade Add:

```
'aliases' => [
    'KimlikNo' => yunusasuroglu\KimlikNo\Facades\KimlikNo::class,
];
```

3. Use:

```
use yunusasuroglu\KimlikNo\KimlikNo;

$tcNo = "12345678901";

if (KimlikNo::dogrula($tcNo)) {
    echo "Turkish Republic Identity Number is valid.";
} else {
    echo "Turkish Republic Identity Number is not valid.";
}
```

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

[](#requirements)

- PHP 8.0 or above
- Composer

Contribute
----------

[](#contribute)

1. Fork this project.
2. Create a new feature branch (`feature/feature-adi`).
3. Commit your changes (`git commit -m 'New feature added'`).
4. Push the branch to master (`git push origin feature/feature-adi`).
5. Open a Pull Request.

Licence
-------

[](#licence)

This project is licensed under the [MIT License](LICENSE).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/393d0290d15c183203b4582b6cfccc19aea7a7dd2e08b3642c247a2b1903834b?d=identicon)[yunusasuroglu](/maintainers/yunusasuroglu)

---

Top Contributors

[![yunusasuroglu](https://avatars.githubusercontent.com/u/171315583?v=4)](https://github.com/yunusasuroglu "yunusasuroglu (26 commits)")

### Embed Badge

![Health badge](/badges/yunusasuroglu-kimlikno/health.svg)

```
[![Health](https://phpackages.com/badges/yunusasuroglu-kimlikno/health.svg)](https://phpackages.com/packages/yunusasuroglu-kimlikno)
```

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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