PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of sameer shelavale   PHP Countries List Array   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Countries List Array
Get names and codes of all world countries
Author: By
Last change: corrected the license code

corrected the license code to match the one from list at https://spdx.org/licenses/
it was causing problem with packagist
Date: 5 years ago
Size: 785 bytes
 

Contents

Class file image Download
{ "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": "samiirds@gmail.com" } ], "autoload": { "psr-0": { "SameerShelavale\\PhpCountriesArray\\" : "src/" }, "psr-4": { "SameerShelavale\\PhpCountriesArray\\" : "src/" } } }