Download the PHP package patrickjunod/avs-checker without Composer
On this page you can find all versions of the php package patrickjunod/avs-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download patrickjunod/avs-checker
More information about patrickjunod/avs-checker
Files in patrickjunod/avs-checker
Package avs-checker
Short Description AVS Checker - A library for AVS / AHV Number validation
License MIT
Homepage https://github.com/patrickjunod/avs-checker
Informations about the package avs-checker
AVS Checker - A library for AVS / AHV Number validation
This small library helps you to validate Swiss Social Security Numbers (AVS / AHV). It will check against regex and checksums to be sure that the number is valid.
Installation
You can install the package via composer:
Usage
You can use the AVS Checker as a standalone PHP Package:
Facade
Or use it with a facade:
Validate without strict mode
You can also validate AVS numbers without dots separation by passing false parameter to the isValid method. This option will validate AVS numbers with AND without dots.
Validate an array of AVS Numbers
You can also validate an array of AVS numbers - with or without strict mode
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Patrick Junod
- All Contributors
License
The MIT License (MIT). Please see License File for more information.