Validate Swedish organization numbers.
Follows version 1.1 of the specification.
Install the package:
composer require organisationsnummer/organisationsnummer
useOrganisationsnummer\Organisationsnummer;
Organisationsnummer::valid('202100-5489');
// => trueSee OrganisationsnummerTest.php for more examples.
MIT