PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP TimeZone City   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP TimeZone City
Get timezone information from a MySQL database
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 752 bytes
 

Contents

Class file image Download
{ "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/" } } }