PHPackages                             efiku/locamon - 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. efiku/locamon

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

efiku/locamon
=============

Simple class allow you to localize month names and other

10PHP

Since Apr 7Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

LocaMon project
===============

[](#locamon-project)

[![Build Status](https://camo.githubusercontent.com/2ebabdbd85af1e9f80c8cb2002089da31023c07bf6bf846d3af03b6c454d4039/68747470733a2f2f7472617669732d63692e6f72672f6566696b752f6c6f63616d6f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/efiku/locamon)

LocaMon is class which allow you to simple convert time into localized names. For example month numbers into names.

```
   $locaMon = new LocaMon();
   $monthNumber = 3;
   $timestamp = mktime(0,0,0,$monthNumber);

   $locaMon
    ->setLocale('pl_PL')
    ->setFormat('LLLL')
    ->setData($timestamp);

    echo $locaMon->getResult(); // marzec
```

About format: [datetime](http://userguide.icu-project.org/formatparse/datetime)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa6027432e6b4ba1f37412d4a47463deaa73ded382fd5ef183c758bb503ceb01?d=identicon)[efiku](/maintainers/efiku)

---

Top Contributors

[![efiku](https://avatars.githubusercontent.com/u/13868237?v=4)](https://github.com/efiku "efiku (14 commits)")

### Embed Badge

![Health badge](/badges/efiku-locamon/health.svg)

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

###  Alternatives

[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.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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