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

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

Installs: 249

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/x-laravel/validation-tr-citizen-number-extend

v1.0.0 2020-12-17 12:04 UTC

This package is auto-updated.

Last update: 2025-10-17 20:41:00 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

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

Requirements

Laravel >=5.5. Other than that, this library has no requirements.

Install

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

Example Usage

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

License

This package is open source software licensed under the MIT license.