PHPackages                             mews/larbon - 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. mews/larbon

AbandonedArchivedPackage

mews/larbon
===========

Laravel 5 Larbon Package

1.0.0(10y ago)1122MITPHPPHP &gt;=5.5

Since Aug 28Pushed 10y agoCompare

[ Source](https://github.com/mewebstudio/Larbon)[ Packagist](https://packagist.org/packages/mews/larbon)[ Docs](https://github.com/mewebstudio/larbon)[ RSS](/packages/mews-larbon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Laravel 5 Larbon Package
========================

[](#laravel-5-larbon-package)

Based on [Carbon](https://github.com/briannesbitt/carbon)

The Larbon Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `mews/larbon` package and setting the `minimum-stability` to `dev` (required for Laravel 5) in your project's `composer.json`.

```
{
    "require": {
        "laravel/framework": "5.1.*",
        "mews/larbon": "~1.0"
    },
    "minimum-stability": "dev"
}
```

or

Require this package with composer:

```
composer require mews/larbon

```

Update your packages with `composer update` or install with `composer install`.

Usage
-----

[](#usage)

To use the Larbon Service Provider, you must register the provider when bootstrapping your Laravel application. There are essentially two ways to do this.

Find the `providers` key in `config/app.php` and register the Laravel Service Provider.

```
'providers' => [
    // ...
    Mews\Larbon\LarbonServiceProvider::class,
]
```

Find the `aliases` key in `config/app.php`.

```
'aliases' => [
    // ...
    'Larbon' => Mews\Larbon\Facades\Larbon::class,
]
```

Example Usage
-------------

[](#example-usage)

```
Larbon::now()->format('l j F Y H:i:s');

// or

larbon()->format('l j F Y H:i:s');
```

```
$dtToronto = larbon()->createFromDate(2012, 1, 1, 'America/Toronto');
$dtVancouver = larbon()->createFromDate(2012, 1, 1, 'America/Vancouver');

echo $dtVancouver->diffInHours($dtToronto); // 3
```

Carbon Docs
===========

[](#carbon-docs)

^\_^

Links
-----

[](#links)

- [License (MIT)](http://www.opensource.org/licenses/mit-license.php)
- [Carbon](https://github.com/briannesbitt/carbon)
- [Laravel website](http://laravel.com)
- [Laravel Turkiye website](http://www.laravel.gen.tr)
- [MeWebStudio website](http://www.mewebstudio.com)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3917d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2125733?v=4)[MeWebStudio - Muharrem ERİN](/maintainers/mewebstudio)[@mewebstudio](https://github.com/mewebstudio)

---

Top Contributors

[![mewebstudio](https://avatars.githubusercontent.com/u/2125733?v=4)](https://github.com/mewebstudio "mewebstudio (3 commits)")

---

Tags

laravel5 Larbonlaravel5 Carbon Service Providerlaravel5 datelaravel5 datetime

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mews-larbon/health.svg)

```
[![Health](https://phpackages.com/badges/mews-larbon/health.svg)](https://phpackages.com/packages/mews-larbon)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)

PHPackages © 2026

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