robertocemeri/date-utils
A simple and lightweight PHP library for date and time operations with timezone support
时间:2025-11-16 23:56
nabeghe/dati
A simple DateTime helper for common stuff.
时间:2024-10-19 22:30
stolfam/utils-php8
PHP classes which may help and save your time.
时间:2024-05-23 10:23
carry0987/utils
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.
时间:2024-04-04 04:09
pierotto/datetime-utils
A collection of utility functions for time manipulation in PHP.
时间:2023-09-28 13:58
sunfoxcz/date-utils
Library for easier working with date intervals.
时间:2015-07-29 05:41
mouf/utils.common.lock
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 loc
时间:2014-04-10 09:09
mouf/utils.value.value-interface
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.
时间:2013-05-16 16:13
mouf/utils.log.multi-logger
Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
时间:2012-12-22 19:51