PHPackages                             defstudio/supercharged-carbon - 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. defstudio/supercharged-carbon

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

defstudio/supercharged-carbon
=============================

A supercharged Carbon decorator

v3.0.1(4mo ago)010.7k—8.3%2MITPHPPHP ^8.2CI passing

Since Feb 18Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/defstudio/supercharged-carbon)[ Packagist](https://packagist.org/packages/defstudio/supercharged-carbon)[ RSS](/packages/defstudio-supercharged-carbon/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (22)Used By (2)

### Carbon helper function

[](#carbon-helper-function)

`carbon('2018-04-18')` returns a carbon instance

- addWorkdays($count): self
- isHoliday()
- isWorkday()

#### italians holidays

[](#italians-holidays)

- isLiberationDay()
- isRepublicDay()
- isImmaculateConceptionFeast()
- isAssumptionOfMaryFeast()
- isEpiphany()
- isDayBeforeChristmas()
- isChristmas()
- isSaintStephenDay()
- isSaintSylvesterDay()
- isWorkersDay()
- isEasterDay()
- isEasterMonday()

Upgrading
---------

[](#upgrading)

### v1.x → v2.x

[](#v1x--v2x)

`->isHoliday()` does not answer `true` for Saturdays and Sundays, so, to obtain the same result as in v1.x this:

```
$date->isHoliday()
```

should be changed to:

```
!$date->isWorkday()
```

or

```
$date->isHoliday() || $date->isWeekend()
```

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance74

Regular maintenance activity

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~95 days

Recently: every ~187 days

Total

20

Last Release

144d ago

Major Versions

v0.1.0 → v1.0.02023-02-15

v1.1.7 → v2.0.02023-11-11

v1.x-dev → v3.0.02026-01-30

PHP version history (2 changes)v0.0.1PHP ^8.0

v3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/db5e0ab5568062368a52c61d67381c1a35be5e5c816968dd3883bc7ba2d46b53?d=identicon)[fabio.ivona](/maintainers/fabio.ivona)

---

Top Contributors

[![fabio-ivona](https://avatars.githubusercontent.com/u/8792274?v=4)](https://github.com/fabio-ivona "fabio-ivona (20 commits)")[![MarioGattolla](https://avatars.githubusercontent.com/u/94918437?v=4)](https://github.com/MarioGattolla "MarioGattolla (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/defstudio-supercharged-carbon/health.svg)

```
[![Health](https://phpackages.com/badges/defstudio-supercharged-carbon/health.svg)](https://phpackages.com/packages/defstudio-supercharged-carbon)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M279](/packages/laravel-horizon)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

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