PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Country and State List Geo Data   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Country and State List Geo Data
Get the list of world countries and their states
Author: By
Last change:
Date: 1 year ago
Size: 419 bytes
 

Contents

Class file image Download
{ "name": "ahmard/geodata", "description": "A simple class that provides access to country & state list.", "type": "library", "require": { "php": ">=7.4" }, "license": "MIT", "autoload": { "psr-4": { "Ahmard\\GeoData\\": "src/" } }, "authors": [ { "name": "ahmard", "email": "ahmardy@outlook.com" } ] }