mergimuka/ahv-validator

1.0.0 2020-07-19 18:42 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.