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)01.3kMITPHPPHP ^7.0||^8.0

Since Mar 25Pushed 2mo 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 3w ago

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 89% of packages

Maintenance57

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity72

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

74d 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

[php-translation/translator

Translator services

25224.8k5](/packages/php-translation-translator)[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1926.6k1](/packages/smmoosavi-php-gettext)[laradevs/spanish

labels translated to spanish

166.7k](/packages/laradevs-spanish)

PHPackages © 2026

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