PHPackages                             chadicus/date - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. chadicus/date

Abandoned → [subjective-php/date](/?search=subjective-php%2Fdate)Library[Utility &amp; Helpers](/categories/utility)

chadicus/date
=============

A collection of various PHP classes for use with PHP's DateTime extension.

v2.0.0(9y ago)0452MITPHPPHP ^5.6 || ^7.0

Since Jan 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/chadicus/date-php)[ Packagist](https://packagist.org/packages/chadicus/date)[ RSS](/packages/chadicus-date/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (8)Dependencies (3)Versions (6)Used By (0)

SubjectivePHP\\Date
===================

[](#subjectivephpdate)

[![Latest Stable Version](https://camo.githubusercontent.com/7b3648cf93f5089e3b647943fcbf5dfd56f6d452d89f3d5029106b94430ad3ee/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f646174652f762f737461626c65)](https://packagist.org/packages/subjective-php/date)[![Latest Unstable Version](https://camo.githubusercontent.com/1741d806a45bcf6b50d2a298439bb1339f656be384cfbb8c643bfed977b12a11/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f646174652f762f756e737461626c65)](https://packagist.org/packages/subjective-php/date)[![License](https://camo.githubusercontent.com/3cbf6b75bb5a4570dc8ceef024993737e69961f6eeb9ffcf68eacfca74e197d6/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f646174652f6c6963656e7365)](https://packagist.org/packages/subjective-php/date)

[![Total Downloads](https://camo.githubusercontent.com/a37db1774a243bef019198da395c40beb742a358a346789c61483a6852eb113a/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f646174652f646f776e6c6f616473)](https://packagist.org/packages/subjective-php/date)[![Monthly Downloads](https://camo.githubusercontent.com/df183cf33f7adbd9011c3a83e5fa5b4903577cc711294ce486ed8c5592ca3392/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f646174652f642f6d6f6e74686c79)](https://packagist.org/packages/subjective-php/date)[![Daily Downloads](https://camo.githubusercontent.com/59a4724135d12f77dd557a6b63f24175b35f153865aed7ac03b84acf1b95a3db/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f646174652f642f6461696c79)](https://packagist.org/packages/subjective-php/date)

[![Documentation](https://camo.githubusercontent.com/a5445bbf0a3a04a2ec4db113f8a4ada4e12b57d9b2de32d936fa17800bc9ca6e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7265666572656e63652d706870646f632d626c75652e7376673f7374796c653d666c6174)](http://www.pholiophp.org/subjective-php/date)

A collection of various PHP classes for use with dates, times and timezones.

Requirements
------------

[](#requirements)

SubjectivePHP\\Date requires PHP 7.0 (or later).

Composer
--------

[](#composer)

To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/date` to your project's `composer.json` file such as:

```
composer require subjective-php/date
```

Contact
-------

[](#contact)

Developers may be contacted at:

- [Pull Requests](https://github.com/subjective-php/date/pulls)
- [Issues](https://github.com/subjective-php/date/issues)

Run Unit Tests
--------------

[](#run-unit-tests)

With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```
composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~186 days

Total

4

Last Release

3567d ago

Major Versions

v0.1.0 → v1.0.02015-09-26

v1.1.0 → v2.0.02016-08-09

PHP version history (3 changes)v0.1.0PHP ~5.4

v1.0.0PHP ~5.4 || ~7.0

v2.0.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8d287c8b6f54200e7c10080794152779dc84f043fcc35f43ea8d1e9c8818aa0?d=identicon)[chadicus](/maintainers/chadicus)

---

Top Contributors

[![chadicus](https://avatars.githubusercontent.com/u/1182337?v=4)](https://github.com/chadicus "chadicus (131 commits)")

---

Tags

date-timephptimedatetimezone

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chadicus-date/health.svg)

```
[![Health](https://phpackages.com/badges/chadicus-date/health.svg)](https://phpackages.com/packages/chadicus-date)
```

###  Alternatives

[brick/date-time

Date and time library

3623.3M61](/packages/brick-date-time)[knplabs/knp-time-bundle

Making your dates and durations look sensible and descriptive

6308.9M39](/packages/knplabs-knp-time-bundle)[league/period

Time range API for PHP

7335.4M21](/packages/league-period)[aeon-php/calendar

PHP type safe, immutable calendar library

2079.7M16](/packages/aeon-php-calendar)[tplaner/when

Date/Calendar recursion library.

5261.0M5](/packages/tplaner-when)[dater/dater

Compact PHP library for working with date/time in different formats &amp; timezones.

14282.3k](/packages/dater-dater)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
