/time

Time library

Primary LanguagePHP

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":  "git@github.com:propellerads/time.git"
    }
  ]
}