PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Chinese Lunar Calendar   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chinese Lunar Calendar
Convert Gregorian date to Chinese lunisolar
Author: By
Last change: Updated composer.json
Date: 5 years ago
Size: 649 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/chinese-lunar-calendar", "type": "library", "description": "Converts from Gregorian date to Chinese lunisolar date and vice versa.", "keywords": ["date", "chinese-date", "chinese-calendar", "lunar-date", "lunar-calendar"], "homepage": "https://github.com/peterkahl/chinese-lunar-calendar", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\Lunar\\": "src/" } } }