Duration for PHP VS calendar

Compare Duration for PHP vs calendar and see what are their differences.

Duration for PHP

Working with durations made easy (by jeromegamez)

calendar

📅 PHP Date & Time library that solves common problems in object oriented, immutable way. (by aeon-php)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Duration for PHP calendar
- 2
39 186
- 1.1%
1.8 3.5
over 2 years ago 3 months ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Duration for PHP

Posts with mentions or reviews of Duration for PHP. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Duration for PHP yet.
Tracking mentions began in Dec 2020.

calendar

Posts with mentions or reviews of calendar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-26.
  • Do you use a DateTime wrapper?
    5 projects | /r/PHP | 26 Mar 2022
    https://github.com/aeon-php/calendar comes with object representation of TimeUnit, more advanced iterators over TimePeriods, time ranges and overlaps detection, leap seconds support, Unix/UTC/TAI/GPS timestamps plus few handy extensions like holidays, business hours, retries, precise sleep, stopwatch, rate limiter. It’s a wrapper on an excellent native DateTime that does not extend it.
  • Aeon Calendar library pre 1.0 release feedback request
    1 project | /r/PHP | 23 Mar 2021
    Hey, We are planning to release version 1.0 with long term support of https://github.com/aeon-php/calendar library and we thought it's a good time to ask for some feedback. How this library is different from other great libraries available in the wild? The main difference is that it does not extend \DateTime or \DateTimeImmutable, but instead it provides own fully immutable DateTime replacement. Why? There are few reasons but the most important one is to provide better and safer, Object Oriented API to work with DateTime/Date/Time/TimeZone/TimeUnit and TimePeriods. Safer means that the whole library API is designed to expose commonly misunderstood concepts and make them explicit, like for example adding month to given date expects to precisely define number of days DateTime::add(TimeUnit::days(30)); as a TimeUnit instance or use relative time unit DateTime::add(RelativeTimeUnit::month()); Calendar is the core library and it comes with few extra things like support for LeapSeconds, different Time Epoch (TAI, GPS), TimePeriods (iterating, overlapping, merging, finding gaps, sorting etc) or precise time measurement. There are few more libraries built on top of calendar, like for example Business Hours, Holidays (which is just an abstraction and bridge for other libraries), Rate Limiter, Retry but they all waits for the the calendar to be stabilized. You can find them here https://github.com/aeon-php

What are some alternatives?

When comparing Duration for PHP and calendar you can also consider the following projects:

Carbon - A simple PHP API extension for DateTime.

CalendR - The missing PHP 5.3+ calendar management library.

period - Complex period comparisons

Moment.php - Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js

read-time - Get estimated read time of an article. Similar to medium.com's "x min read". Multilingual including right-to-left written languages. Supports JSON, Array and String output.

Chronos - A standalone DateTime library originally based off of Carbon

date-time - Date and time library for PHP

ExpressiveDate - A fluent extension to PHPs DateTime class.

php-date

period - PHP's time range API

Yasumi - The easy PHP Library for calculating holidays