{
    "name": "peterkahl/time-zone-city",
    "type": "library",
    "description": "Detects nearest timezone (and country etc.) for given coordinates. Generates HTML code for timezone select.",
    "keywords": ["time-zones", "timezone-select", "google-maps-api", "time-zone-table", "html-generation", "datetime", "date", "time", "geocoding"],
    "homepage": "https://github.com/peterkahl/TimeZoneCity",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Peter Kahl",
            "homepage": "https://github.com/peterkahl",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-4": {
            "peterkahl\\TimeZoneCity\\": "src/"
        }
    }
}
 
  |