PHPackages                             teamfurther/statamic-localize - 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. teamfurther/statamic-localize

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

teamfurther/statamic-localize
=============================

Localize allows you to easily translate i18n files within Statamic.

2.0(2mo ago)03[3 PRs](https://github.com/teamfurther/statamic-localize/pulls)MITVuePHP ^8.4CI failing

Since Jul 16Pushed 2mo agoCompare

[ Source](https://github.com/teamfurther/statamic-localize)[ Packagist](https://packagist.org/packages/teamfurther/statamic-localize)[ RSS](/packages/teamfurther-statamic-localize/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Localize
========

[](#localize)

> Localize allows you to easily translate i18n files within Statamic.

Features
--------

[](#features)

- **In-Panel Translation:** Translate i18n files directly within your Statamic control panel.
- **Laravel Localization Support:** Works with Laravel's JSON localization files.
- **Custom Files:** You can define the folder and files to be used for translations.
- **JSON API Exposure:** Optionally expose your i18n files as a JSON API for use in frontends or other services.

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

[](#installation)

You can install Localize using Composer:

From your project root, run:

```
composer require teamfurther/statamic-localize
```

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

[](#configuration)

### Publishing Configuration

[](#publishing-configuration)

After installation, you may wish to publish the package configuration:

```
php artisan vendor:publish --provider="Teamfurther\\Localize\\LocalizeServiceProvider"
```

This will create a `localize.php` config file in your `config` directory.

### Git Integration

[](#git-integration)

If you use Statamic's Git integration and want to track changes to your language files, add the following path to `config/statamic/git.php`:

```
'paths' => [
    // ...
    base_path('lang'),
],
```

API
---

[](#api)

If you enable the JSON API, your translations can be accessed programmatically. See the package configuration for details. If not changed the default route is `/api/localize/{lang}.json`

Development
-----------

[](#development)

### Building Assets

[](#building-assets)

This package uses Vite and Vue 2 for its frontend assets. To build the assets:

1. Install dependencies:

```
npm install
```

2. For development (with hot reloading):

```
npm run dev
```

3. For production build:

```
npm run build
```

Support
-------

[](#support)

For issues, feature requests, or contributions, please open an issue or pull request on [GitHub](https://github.com/teamfurther/statamic-localize).

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance84

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.5% 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 ~226 days

Total

2

Last Release

80d ago

Major Versions

1.0.0 → 2.02026-02-27

PHP version history (2 changes)1.0.0PHP ^8.2

2.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/898ce9c81a1d57129720d54f435c1439dde51a6a04c402172cc96881ca036c7c?d=identicon)[further](/maintainers/further)

---

Top Contributors

[![arcs-](https://avatars.githubusercontent.com/u/8338465?v=4)](https://github.com/arcs- "arcs- (23 commits)")[![ilpet](https://avatars.githubusercontent.com/u/18186867?v=4)](https://github.com/ilpet "ilpet (1 commits)")[![lostgeek](https://avatars.githubusercontent.com/u/1409906?v=4)](https://github.com/lostgeek "lostgeek (1 commits)")[![theLeroy](https://avatars.githubusercontent.com/u/28608032?v=4)](https://github.com/theLeroy "theLeroy (1 commits)")

---

Tags

localizationi18nlocalizestatamicfurtherfurtherdigitalsolutions

### Embed Badge

![Health badge](/badges/teamfurther-statamic-localize/health.svg)

```
[![Health](https://phpackages.com/badges/teamfurther-statamic-localize/health.svg)](https://phpackages.com/packages/teamfurther-statamic-localize)
```

###  Alternatives

[symfony/intl

Provides access to the localization data of the ICU library

2.6k199.8M1.1k](/packages/symfony-intl)[mariuzzo/laravel-js-localization

Laravel Localization in JavaScript

6073.9M3](/packages/mariuzzo-laravel-js-localization)[gettext/languages

gettext languages with plural rules

7530.3M11](/packages/gettext-languages)[aplus/language

Aplus Framework Language Library

2351.7M15](/packages/aplus-language)[punic/punic

PHP-Unicode CLDR

1542.9M29](/packages/punic-punic)[aura/intl

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

898.3M4](/packages/aura-intl)

PHPackages © 2026

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