Search by

hprotravel / php-common-utils

burak_bolat

Compass PHP common utility classes

Package info

bitbucket.org/hprotravel/php-common-utils

pkg:composer/hprotravel/php-common-utils

Statistics

Installs: 2 012

Dependents: 0

Suggesters: 0


README

Date and time helpers

DateTimeUtils is deprecated and will be removed in a future major version.

Use the focused date/time helpers instead:

  • Compass\Utils\Date\ExtendedDateTime for date/time parsing, formatting, mutation, comparison, and timezone conversion.
  • Compass\Utils\Date\ExtendedDateTimeImmutable for immutable date/time parsing, formatting, mutation, comparison, and timezone conversion.
  • Compass\Utils\Date\DateRange for date ranges and day intervals.
  • Compass\Utils\Date\Weekday for weekday and workday names/indexes.
  • Compass\Utils\Date\DateTimeValidator for strict date/time format validation.
  • Compass\Utils\Duration for duration formatting and interval-string validation.
  • Compass\Utils\Stopwatch for measuring elapsed runtime.

See Date and time helpers for examples and migration notes.