Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 390 Bytes

Time library

Installation

Install the latest version with composer, you have to add a private VCS repository as described below:

{
  "require": {
    "propellerads/time": "*"
  },
  "repositories": [
    {
      "type": "vcs",
      "url":  "[email protected]:propellerads/time.git"
    }
  ]
}