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

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

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

Zend MVC module for php installations with no internationalization extension

0.1.5(6y ago)140MITPHPPHP ^7.0CI failing

Since Dec 23Pushed 6y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

no-intl
=======

[](#no-intl)

Zend MVC module for php installations with no i18n extension

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

[](#installation)

```
$ composer require chuk-shirley/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* Zend\\I18n.

```
return [
    // ... other modules
    'Zend\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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~3 days

Total

6

Last Release

2315d ago

### Community

Maintainers

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

---

Top Contributors

[![chukShirley](https://avatars.githubusercontent.com/u/4006510?v=4)](https://github.com/chukShirley "chukShirley (17 commits)")

---

Tags

intlinternationalizationZendFramework

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/chuk-shirley-no-intl/health.svg)](https://phpackages.com/packages/chuk-shirley-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)
