PHPackages                             chuk-shirley/laminas-no-intl - 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. chuk-shirley/laminas-no-intl

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

chuk-shirley/laminas-no-intl
============================

Laminas MVC module for php installations with no internationalization extension

0.1.1(5y ago)0134MITPHPPHP ^7.0

Since Jul 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chukShirley/laminas-no-intl)[ Packagist](https://packagist.org/packages/chuk-shirley/laminas-no-intl)[ RSS](/packages/chuk-shirley-laminas-no-intl/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

laminas-no-intl
===============

[](#laminas-no-intl)

Laminas MVC module for php installations with no i18n extension

Installation
------------

[](#installation)

```
$ composer require chuk-shirley/laminas-no-intl
```

Configuration
-------------

[](#configuration)

After installing the package, you'll need to add the module to your module config. This is typically found in /config/modules.config.php. Please ensure that this module is listed *after* Laminas\\I18n.

```
return [
    // ... other modules
    'Laminas\I18n',
    'NoIntl',
];
```

If you would like to use a locale other than `en_US_POSIX`, you'll need to copy the configuration file from /config/no\_intl.global.php.dist to your application's local config directory, remove the .dist suffix, and specify your locale in the configuration array.

```
return [
    'no_intl' => [
        'default_locale' => 'en_US_POSIX', // Rename to different locale (e.g. fr-CA, fr-FR, etc.)
    ],
];
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

2137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/653e8bb269cad0bbfee0acc921ccf7f69dd7afd9870fc832281ba2d634d83159?d=identicon)[chukShirley](/maintainers/chukShirley)

---

Tags

laminasintlinternationalization

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chuk-shirley-laminas-no-intl/health.svg)

```
[![Health](https://phpackages.com/badges/chuk-shirley-laminas-no-intl/health.svg)](https://phpackages.com/packages/chuk-shirley-laminas-no-intl)
```

###  Alternatives

[symfony/intl

Provides access to the localization data of the ICU library

2.6k199.8M1.1k](/packages/symfony-intl)[aplus/language

Aplus Framework Language Library

2351.7M15](/packages/aplus-language)[aura/intl

The Aura Intl package provides internationalization tools, specifically message translation.

898.3M4](/packages/aura-intl)[skillshare/formatphp

Internationalize PHP apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.

8029.6k](/packages/skillshare-formatphp)[delight-im/i18n

Internationalization and localization for PHP

625.2k3](/packages/delight-im-i18n)[senseexception/intl-format

A wrapper library for PHP to format and internationalize values in messages like sprintf

123.2k2](/packages/senseexception-intl-format)

PHPackages © 2026

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