mergimuka / ahv-validator
AHV or ssn validator
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/mergimuka/ahv-validator
Requires
- illuminate/support: ~5|~6|~7
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4
- phpunit/phpunit: ^9.2
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-12-29 03:46:34 UTC
README
Installation
Via Composer
$ composer require mergimuka/ahv-validator
Usage
use mergimuka\AHVValidator\Facades\AHVValidator; $result = AHVValidator::check('756.9217.0769.85');
Result
{
"valid": true,
"length": 13,
"description": "AHV number is correct."
}
Methods
Currently just one method is available
| methods | param |
|---|---|
| check() | string |
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email mergimuka1@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.