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

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

torreswil/carbon-colombia
=========================

Extension de nesbot/carbon, para trabajar con festivos de Colombia

3952[2 issues](https://github.com/torreswil/carbon-colombia/issues)[1 PRs](https://github.com/torreswil/carbon-colombia/pulls)PHP

Since Nov 30Pushed 1y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

carbon-colombia
===============

[](#carbon-colombia)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1fb2dc7bd882438c4d709a81d37a1a75c4c9073a911c25e795cfba09a3e2ef0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f7272657377696c2f636172626f6e2d636f6c6f6d6269612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/torreswil/carbon-colombia)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/06b6546620e466293cd548cf690d7f7afc3afb355fc8fb61519634ff91b806c9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746f7272657377696c2f636172626f6e2d636f6c6f6d6269612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/torreswil/carbon-colombia)[![Coverage Status](https://camo.githubusercontent.com/9d044582af20489e029a465ae95dd30ea6dd60ddc9d7b3f8951a5b6810a1eb89/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746f7272657377696c2f636172626f6e2d636f6c6f6d6269612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/torreswil/carbon-colombia/code-structure)[![Quality Score](https://camo.githubusercontent.com/72dbc6929531c657fbef4974bf6a74b684cbd34cc7d774203eb804e71f01bc97/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746f7272657377696c2f636172626f6e2d636f6c6f6d6269612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/torreswil/carbon-colombia)[![Total Downloads](https://camo.githubusercontent.com/63d0f29469492ce88897352aed08eb8d833c66a224549445ab83d09eb1ab297c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f7272657377696c2f636172626f6e2d636f6c6f6d6269612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/torreswil/carbon-colombia)

Se agregan los festivos de Colombia, con el fin de poder agregar dias hábiles.

Install
-------

[](#install)

Via Composer

```
$ composer require torreswil/carbon-colombia
```

Usage
-----

[](#usage)

```
$fecha = CarbonColombia::create(2019,04,16);
$fecha->addBussinessDays(5);
echo $fecha->toDateString();
//imprime 2019-04-25

$fecha = CarbonColombia::create(2019,04,16);
$fecha2 = CarbonColombia::create(2019,04,25);
echo $fecha->diffInBussinessDays($fecha2);
//imprime 5
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Wilfredo Torres](https://github.com/:author_username)
- Inspirado en: [luisplata/DiasFestivosColombia](https://github.com/luisplata/DiasFestivosColombia)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![torreswil](https://avatars.githubusercontent.com/u/1329064?v=4)](https://github.com/torreswil "torreswil (15 commits)")

### Embed Badge

![Health badge](/badges/torreswil-carbon-colombia/health.svg)

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

###  Alternatives

[t4web/composer-lock-parser

OOP reader of composer.lock file.

20185.2k7](/packages/t4web-composer-lock-parser)[albertborsos/yii2-gdpr-cookie-consent

GDPR compatible Cookie Consent widget allows the user to choose which kind of cookies they want to accept.

1124.3k1](/packages/albertborsos-yii2-gdpr-cookie-consent)

PHPackages © 2026

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