PHPackages                             s1k3/bangla-date - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. s1k3/bangla-date

ActiveLibrary[Localization &amp; i18n](/categories/localization)

s1k3/bangla-date
================

Laravel Library for converting English date to corresponding Bangla Date

1.07(4y ago)11.4kMITPHPPHP ^7.0||^8.0

Since Mar 25Pushed 3mo agoCompare

[ Source](https://github.com/s1k3/laravel_bangla_date)[ Packagist](https://packagist.org/packages/s1k3/bangla-date)[ RSS](/packages/s1k3-bangla-date/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (13)Used By (0)

\#####Laravel Library for converting English Date to Bangla

For Installation follow the following steps:

1. **composer require s1k3/bangla-date**
2. **(You may skip this step when using Laravel &gt;= 5.5))**. Navigate to the path/to/config/app.php and add to the providers array

```
'providers' => [
       S1K3\Bangla\Date\BanglaDateServiceProvider::class
]
```

3. Execute the following command from the command-line to publish the package's config and the default template to start generating awesome code.

```
php artisan vendor:publish --provider="S1K3\Bangla\Date\BanglaDateServiceProvider"
```

Basic Usage:

```
bangla_date(time()) // OUTPUT ১২ চৈত্র ১৪২৫
```

```
bangla_date(time(),"en") // OUTPUT ২৬ মার্চ ২০১৯
```

```
bangla_date(time(),"bn") // OUTPUT ১২ চৈত্র ১৪২৫
```

```
bangla_date(time(),"bn","d-m-y") // OUTPUT  ১২-চৈত্র-১৪২৫
```

Configuration:

```
return [
    'hour' => 6,
    'language' => 'bn',
    'format' => 'd m, y'
];
```

propertyDescriptionformatDate formatting.language'en' for english format. 'bn' for bangla formathourIf 0, then date will change instantly. If it's 6, date will change at 6'0 clock at the morning. Default is 6'0 clock at the morningSupported values for **format**.

propertyDescriptionmMonthdDayyYear

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance52

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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

Every ~234 days

Recently: every ~377 days

Total

12

Last Release

119d ago

PHP version history (4 changes)1.0.0PHP ^7.0

1.0.7PHP ^7.0||^8.0

1.0.9PHP ^7.0|^8.0

1.1.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19550001?v=4)[Robin Khan](/maintainers/s1k3)[@s1k3](https://github.com/s1k3)

---

Top Contributors

[![s1k3](https://avatars.githubusercontent.com/u/19550001?v=4)](https://github.com/s1k3 "s1k3 (13 commits)")[![gtakallol](https://avatars.githubusercontent.com/u/31089032?v=4)](https://github.com/gtakallol "gtakallol (1 commits)")

### Embed Badge

![Health badge](/badges/s1k3-bangla-date/health.svg)

```
[![Health](https://phpackages.com/badges/s1k3-bangla-date/health.svg)](https://phpackages.com/packages/s1k3-bangla-date)
```

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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