Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 421 Bytes

GitHub tag (latest by date) GitHub downloads

SocialSecurity

Check if Austrian social security numbers are valid.

Installation and Usage

composer install mazedlx/socialsecurity

$socialSecurity = new SocialSecurity('1991 02 03 99');

$socialSecurity->isValid(); // true