Libraries tagged by time utils
spryker/util-date-time
2338001 Downloads
UtilDateTime module
traderinteractive/util-time
84792 Downloads
A collection of utility classes for working with times
dominionenterprises/util-time
75091 Downloads
A collection of utility classes for working with times
mouf/utils.value.value-interface
489163 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
mouf/utils.action.action-interface
363239 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
dried/date-utils
902 Downloads
Basic date and time utils
mouf/utils.common.lock
66540 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
spaf/simputils
5201 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
mezon/date-time-utils
3051 Downloads
Small date/time utilities
stolfam/utils-php8
24 Downloads
PHP classes which may help and save your time.
simplecomplex/time
27 Downloads
Time extends native DateTime class to fix shortcomings and defects, and provide more, simpler and safer getters and setters
carry0987/utils
94 Downloads
This Utils library provides a collection of static methods designed to help in various common tasks encountered in PHP development. From manipulating arrays and strings to handling date-time conversions and file paths, this library aims to be a handy tool for PHP developers.
pierotto/datetime-utils
17 Downloads
A collection of utility functions for time manipulation in PHP.
crazywhalecc/time-util
14 Downloads
A simple time util for GMT+8 Developers.
thenexxuz/utils
14 Downloads
A few common helpers for debugging. PID file lock out class and time measurement class.