Search by

hprotravel / php-utils

burak_bolat

This package is abandoned and no longer maintained. The author suggests using the hprotravel/php-utils package instead.

Compass PHP common utility classes

Package info

bitbucket.org/hprotravel/php-common-utils

pkg:composer/hprotravel/php-utils

Statistics

Installs: 593

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.