Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.07 KB

File metadata and controls

45 lines (27 loc) · 1.07 KB

Greek Social Insurance Number (ΑΜΚΑ - AMKA)

Build Status Software License

This package contains a value object class about Greek Social Insurance Number. You can also use the same class to validate a social insurance number with a static method.

Install

Via Composer

$ composer require phpgr/greek_social_insurance_number

Usage

$number = new \GreekSocialInsuranceNumber\GreekSocialInsuranceNumber('number');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.