2017 © Pedro Peláez
 

library timehelper

Php class helper for formatting datetime

image

korytoff/timehelper

Php class helper for formatting datetime

  • Wednesday, February 8, 2017
  • by korytoff
  • Repository
  • 6 Watchers
  • 18 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 10 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Code Climate, (*1)

Php TimeHelper class

Php class helper for formatting datetime, (*2)

Download file and install

<?php
  include_once('TimeHelper.php');
?>

Or use composer

{
    "repositories": [
        ...
        {
            "type": "git",
            "url": "https://github.com/korytoff/PHP-TimeHelper.git"
        }
    ],
    "require": {
        ...
        "korytoff/helpers/timehelper": "*"
    },
}
$ php composer.phar update

Use

<?php
  echo TimeHelper::create('2014-11-07 22:12:00')->today(); // Сегодня, Завтра, Вчера или 14 сентября 2015 г.
?>

The Versions

08/02 2017

dev-master

9999999-dev

Php class helper for formatting datetime

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar korytoff

21/12 2015

1.3.x-dev

1.3.9999999.9999999-dev

Php class helper for formatting datetime

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar korytoff

21/12 2015

1.3

1.3.0.0

Php class helper for formatting datetime

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar korytoff

21/12 2015

v1.0

1.0.0.0

Php class helper for formatting datetime

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar korytoff