PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ivan Melgrati   PHP Google Maps Time Zone Convert   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Google Maps Time Zone Convert
Get a location time zone using Google Maps API
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 811 bytes
 

Contents

Class file image Download
{ "name": "imelgrat/google-time-zone", "type": "library", "description": "A PHP wrapper for the Google Maps TimeZone API.", "keywords": ["google", "map", "maps", "gmap", "gmaps", "timezone", "time zone", "location"], "homepage": "https://github.com/imelgrat/google-time-zone", "license": "MIT", "authors": [ { "name": "Ivan Melgrati", "homepage": "http://imelgrat.me", "email": "imelgrat@yahoo.com.ar", "role": "Developer" } ], "autoload": { "psr-4": { "imelgrat\\GoogleMapsTimeZone\\": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.3.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*" } }