https://github.com/itk-dev/cpr-validator
https://github.com/itk-dev/cpr-validator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/cpr-validator
- Owner: itk-dev
- License: mit
- Created: 2020-11-16T07:56:57.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-25T09:36:53.000Z (over 4 years ago)
- Last Synced: 2025-02-13T08:17:29.880Z (about 1 year ago)
- Language: PHP
- Size: 86.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```