Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 521 Bytes

File metadata and controls

27 lines (17 loc) · 521 Bytes

National Id Validator

The Laravel National Id Validator for iranian users.

Install

This package can be installed through Composer.

composer require journalctl/national-id-validator

Usage

return Validator::make(
    'national_id' => ['national_id']
)->validate();

Contributing

Thank you for considering contributing to the National Id Validator!

License

The National Id Validator is open-source software licensed under the MIT license.