php-standard-iso / iso-3166-1
Standard ISO 3166-1 transposed to PHP
1.0.4
2022-02-21 20:29 UTC
Requires
- php: ^7.0 || ~8.0.0 || ~8.1.0
Requires (Dev)
- phpunit/phpunit: ^6.5.14 || ^7.5.20 || ^8.5.23 || ^9.5.13 || dev-master
README
Codes for the representation of names of countries and their subdivisions Language Code - Part 1: Country codes
It defines three sets of country codes transposed to PHP includes:
- ISO 3166-1 alpha-2
- ISO 3166-1 alpha-3
- ISO 3166-1 numeric
Objectives of this module
Provide a micro module doing only one thing and which can be easily reused without useless code.