A small library to map country ISO-3166-1 country IDs to their respective Emarsys IDs.
composer require suchmaske/emarsys-countries
composer install
vendor/bin/phpunit tests
make init
make test
use Suchmaske\EmarsysCountries\EmarsysCountryHelper;
...
EmarsysCountryHelper::getCountryIdByIsoCode2('DE'); // returns 65
EmarsysCountryHelper::getCountryIdByIsoCode3('DEU'); // returns 65
EmarsysCountryHelper::getCountryIdByNumericIsoCode(276); // returns 65