PHPackages                             bespoke-support/date-guesser - 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. bespoke-support/date-guesser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bespoke-support/date-guesser
============================

Data Guesser (Standard (non-US) format only)

1.0.6(4y ago)117.8k↓29.2%1MITPHPPHP ^5|^7|^8

Since Feb 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/BespokeSupport/DateGuesser)[ Packagist](https://packagist.org/packages/bespoke-support/date-guesser)[ RSS](/packages/bespoke-support-date-guesser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (9)Used By (0)

Guess the format of a date string for Carbon
============================================

[](#guess-the-format-of-a-date-string-for-carbon)

Allows the creation of a Carbon object when you are unsure of the format presented

```
$time = '2017-12-31';
// Carbon object
$carbonObj = DateGuesser::create($time);

```

### Allow new formats

[](#allow-new-formats)

```
DateGuesser::$attemptFormatsAdditional[] = 'd-m-y H:i';
// e.g. 31-12-17 23:59

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

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 ~283 days

Recently: every ~290 days

Total

7

Last Release

1672d ago

PHP version history (2 changes)1PHP ^5|^7

1.0.6PHP ^5|^7|^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e3d32f785c84b8827bfa5ffcb6af28e11bad7121dd4dc66338d110d70b183d1?d=identicon)[Richard Seymour](/maintainers/Richard%20Seymour)

---

Top Contributors

[![RickSeymour](https://avatars.githubusercontent.com/u/212399?v=4)](https://github.com/RickSeymour "RickSeymour (6 commits)")

### Embed Badge

![Health badge](/badges/bespoke-support-date-guesser/health.svg)

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

PHPackages © 2026

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