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

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

citco/carbon
============

This is a wrapper for nesbot/carbon which also calculates which days are British bank holidays (England &amp; Wales only).

3.0.0(2y ago)17412.2k↓63.1%14MITPHPPHP ^8.1

Since Oct 20Pushed 2y ago4 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (11)Used By (4)

Carbon with support of UK Bank Holidays
=======================================

[](#carbon-with-support-of-uk-bank-holidays)

This is a wrapper for [Carbon](https://github.com/briannesbitt/Carbon) which also calculates which days are British bank holidays (England &amp; Wales only).

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require citco/carbon

```

```
{
    "require": {
        "citco/carbon": "*"
    }
}
```

```
