An open API service indexing awesome lists of open source software.

https://github.com/itk-dev/cpr-validator


https://github.com/itk-dev/cpr-validator

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# CPR Validator.
Validate a string resembles a CPR Number.

## Check code style
```sh
docker-compose run phpfpm composer run check-coding-standards/php-cs-fixer
```

## Run unit tests
```sh
docker-compose run phpfpm composer run phpunit
```