PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP World Date   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP World Date
Prints formatted date string
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 742 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/world-date", "type": "library", "description": "Replacement for the PHP `date()` function. Returns properly formatted date (time) string including correct timezone abbreviation, full timezone name.", "keywords": ["time-zones", "time-zone-abbreviation", "timezone-name", "time-zone-name", "world-time"], "homepage": "https://github.com/peterkahl/WorldDate", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\WorldDate\\": "src/" } } }