Skip to main content
TimeHelper

TimeHelper

a smart PHP datetime helper library ✨

DOCUMENTATION

Light

It does not rely on any extensions and is ready to use out of the box

Easy

All methods can accept either arbitrary date and time formats or timestamps

Smart

All operations can be accomplished with just one static method for each

Long-term

The author is a freelancer committed to ensuring the project's long-term

Installation

Info

Require: PHP >= 7.1

Installation is very simple as it is a standard Composeropen in new window package, which can be installed directly using the following command.

composer require zjkal/time-helper

Update

composer update