organisationsnummer / php

Validate Swedish organization numbers

Home Page:https://organisationsnummer.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

organisationsnummer

Test

Validate Swedish organization numbers.

Follows version 1.1 of the specification.

Install the package:

composer require organisationsnummer/organisationsnummer

Example

use Organisationsnummer\Organisationsnummer;

Organisationsnummer::valid('202100-5489');
// => true

See OrganisationsnummerTest.php for more examples.

License

MIT

About

Validate Swedish organization numbers

https://organisationsnummer.dev/

License:MIT License


Languages

Language:PHP 100.0%