{
    "name": "sameer-shelavale/php-countries-array",
    "description": "PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent",
    "keywords": ["PHP countries array", "countries array", "ISO_3166-1", "alpha-2", "alpha-3", "continent", "ISD Codes", "List of countries"],
    "minimum-stability": "stable",
    "license": "AGPL-3.0-or-later",
    "require": {
        "php": ">=5.3.0"
    },
    "authors": [
        {
            "name": "Sameer Shelavale",
            "email": " [email protected]"
        }
    ],
    "autoload": {
        "psr-0": {
            "SameerShelavale\\PhpCountriesArray\\" : "src/"
        },
        "psr-4": {
            "SameerShelavale\\PhpCountriesArray\\" : "src/"
        }
    }
}
 
  |