PHPackages                             ken/calender - 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. ken/calender

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

ken/calender
============

Calender Indonesia

1.0.0(9y ago)0192MITPHP

Since Dec 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kenhyuwa/calender)[ Packagist](https://packagist.org/packages/ken/calender)[ RSS](/packages/ken-calender/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

\#Calender

Format uang dan tanggal indonesia

\##Install

Using composer

```
composer require ken/calender

```

Add the service provider to `config/app.php`

```
'providers' => [
    Ken\Calender\CalenderServiceProvider::class,
]

'aliases' => [
    'Calender' => Ken\Calender\Facades\Calender::class,
]
```

\##Usage example

```
{{ Calender::_Rp(10000) }} // Rp10.000,00
{{ Calender::_RpTerbilang(10000) }} // sepuluh ribu rupiah
{{ Calender::_DateIndo('2016-12-09') }} // 09
{{ Calender::_MonthIndo('2016-12-09') }} // desember
{{ Calender::_YearsIndo('2016-12-09') }} // 2016
{{ Calender::_DMY('2016-12-09') }} // 09 desember 2016
{{ Calender::_Day('2016-12-09') }} // jum'at
```

> make `Controller.php`

```
public function Price()
{
	$price = Calender::_Rp(10000);

	return view('view', compact('price'));
}
```

> make `view.blade.php`

```
Price = {{ $price }}
```

Issues and contribution
-----------------------

[](#issues-and-contribution)

Just submit an issue or pull request through GitHub. Thanks!

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95446e8ca567db045101811187bc6c73a34c4a55ef794a34ab99eab75102e7df?d=identicon)[kenhyuwa](/maintainers/kenhyuwa)

---

Top Contributors

[![kenhyuwa](https://avatars.githubusercontent.com/u/17788063?v=4)](https://github.com/kenhyuwa "kenhyuwa (2 commits)")

### Embed Badge

![Health badge](/badges/ken-calender/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M273](/packages/illuminate-pipeline)[illuminate/session

The Illuminate Session package.

9939.3M829](/packages/illuminate-session)[illuminate/hashing

The Illuminate Hashing package.

6729.7M185](/packages/illuminate-hashing)

PHPackages © 2026

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