Carbon

A simple PHP API extension for DateTime.

16,608 stars PHP
RAW Doc

Carbon




An international PHP extension for DateTime. Documentation

[!NOTE]
We're migrating the repository from briannesbitt/Carbon to CarbonPHP/carbon,
which means if you're looking specific issues/pull-requests, you may have to search both. No other impact as code on both will be kept up to date.

text
/* Detailed source-code truncated for AI context efficiency. */

Installation

With Composer

text
$ composer require nesbot/carbon
json
{
    "require": {
        "nesbot/carbon": "^3"
    }
}
php
<?php
require 'vendor/autoload.php';

use Carbon\Carbon;

printf("Now: %s", Carbon::now());

Without Composer

Why are you not using composer? Download the Carbon latest release and put the contents of the ZIP archive into a directory in your project. Then require the file autoload.php to get all classes and dependencies loaded on need.

php
<?php
require 'path-to-Carbon-directory/autoload.php';

use Carbon\Carbon;

printf("Now: %s", Carbon::now());

Documentation

https://carbonphp.github.io/carbon/

Security contact information

To report a security vulnerability, please use the
Tidelift security contact.
Tidelift will coordinate the fix and disclosure.

Credits

Contributors

This project exists thanks to all the people who contribute.

Translators

Thanks to people helping us to translate Carbon in so many languages

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

See more

[See all]

[Become a sponsor via OpenCollective*]

[Become a sponsor via GitHub*]

* This is a donation. No goods or services are expected in return. Any requests for refunds for those purposes will be rejected.

Backers

Thank you to all our backers! 🙏

[Become a backer]

Carbon for enterprise

Available as part of the Tidelift Subscription.

The maintainers of Carbon and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.