PHPackages                             tractorcow/silverstripe-fluent - 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. tractorcow/silverstripe-fluent

ActiveSilverstripe-vendormodule[Localization &amp; i18n](/categories/localization)

tractorcow/silverstripe-fluent
==============================

Simple localisation for Silverstripe

8.1.1(3mo ago)92421.6k↓20.5%107[111 issues](https://github.com/tractorcow-farm/silverstripe-fluent/issues)[6 PRs](https://github.com/tractorcow-farm/silverstripe-fluent/pulls)20BSD-3-ClausePHPPHP ^8.3CI passing

Since Sep 5Pushed 2mo ago16 watchersCompare

[ Source](https://github.com/tractorcow-farm/silverstripe-fluent)[ Packagist](https://packagist.org/packages/tractorcow/silverstripe-fluent)[ RSS](/packages/tractorcow-silverstripe-fluent/feed)WikiDiscussions 8 Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (148)Used By (20)

Fluent
======

[](#fluent)

[![Build Status](https://camo.githubusercontent.com/886ebb1ff46e43a3bdcc862434bbbfb6bceb00c37563224271bfcec20b1dc62f/68747470733a2f2f7472617669732d63692e6f72672f74726163746f72636f772d6661726d2f73696c7665727374726970652d666c75656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tractorcow-farm/silverstripe-fluent)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f9797ff4ca6dfcc5cc7baad1cbbbffb576a0223028f15bdf69adc89c5ba5e44d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74726163746f72636f772d6661726d2f73696c7665727374726970652d666c75656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tractorcow-farm/silverstripe-fluent/?branch=master)[![codecov](https://camo.githubusercontent.com/5d8da9e9b219159747801ece75b47e527830db2c54076837038d4c302b847bf8/68747470733a2f2f636f6465636f762e696f2f67682f74726163746f72636f772d6661726d2f73696c7665727374726970652d666c75656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/tractorcow-farm/silverstripe-fluent)[![SilverStripe supported module](https://camo.githubusercontent.com/9b7e93d393a01f6d3091fb30983b870aa863ef076858115faaa1c74b995854ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73696c7665727374726970652d737570706f727465642d3030373143342e737667)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

Simple Silverstripe Localisation
--------------------------------

[](#simple-silverstripe-localisation)

This module allows websites to manage localisation of content, and navigation between localisations, in a similar fashion to [Translatable](https://github.com/silverstripe/silverstripe-translatable)or [Multilingual](https://github.com/kreationsbyran/multilingual).

Locales are distinguished by a url prefix, that of the selected locale, at the start of all page links. E.g. `http://damian.geek.nz/en_NZ/about-me` would be the NZ English version of a page. This could be localised into Maori at `http://damian.geek.nz/mi_NZ/about-me`

Fluent also integrates nicely with Google Sitemaps module, linking localisations for each page as per [Google's internationalisation guidelines](https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587)

Fluent also supports the use of multiple domains to assist in locale filtering (e.g. a .com for English, and a .cn for Chinese).

Back end control is provided by a simple CMS filter.

[![Locale Menu](docs/en/images/menu.png "Locale menu")](docs/en/images/menu.png)

Also, please [report any issues](https://github.com/tractorcow-farm/silverstripe-fluent/issues)you may encounter, as it helps us all out!

Contributing
------------

[](#contributing)

If you would like to contribute to Fluent, either via pull requests, localisations, or being a part of the contributing team, please see [the contributing guidelines](CONTRIBUTING.md)

Credits and Authors
-------------------

[](#credits-and-authors)

- Damian Mooyman -
- Robbie Averill -  Migrating to SilverStripe 4.0
- Attribution to Michael (dAKirby309) for his metro translate icon -

Requirements
------------

[](#requirements)

- SilverStripe 4.0.0 or above
- PHP 7.1 or above

Documentation
-------------

[](#documentation)

- [Configuration](docs/en/configuration.md)
- [Locale Detection](docs/en/locale-detection.md)
- [Installation](docs/en/installation.md)
- [Working with DataObjects](docs/en/dataobjects.md)
- [Deployment under multiple domains](docs/en/domain-configuration.md)
- [Templating for Fluent](docs/en/templating.md)
- [How Fluent works](docs/en/how-fluent-works.md)
- [Scenarios](docs/en/scenarios.md)
- [Localised copy](docs/en/localised-copy.md)
- [Versioned history](docs/en/versioned-history.md)
- [Migrating from Translatable](docs/en/migrating-from-translatable.md)

Translations
------------

[](#translations)

The translations for this project are managed via [Transifex](https://www.transifex.com/silverstripe/silverstripe-fluent)and are updated automatically during the release process. To contribute, please head to the link above and get translating!

License
-------

[](#license)

Revised BSD License

Copyright (c) 2018, Damian Mooyman

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- The name of Damian Mooyman may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

###  Health Score

67

—

FairBetter than 100% of packages

Maintenance62

Regular maintenance activity

Popularity53

Moderate usage in the ecosystem

Community43

Growing community involvement

Maturity96

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~0 days

Total

136

Last Release

90d ago

Major Versions

7.2.0 → 8.0.0-alpha12024-12-02

7.3.0-rc1 → 8.0.0-beta12025-03-13

7.3.2 → 8.0.0-rc12025-05-19

7.3.4 → 8.0.12025-08-14

7.x-dev → 8.1.x-dev2026-02-17

PHP version history (6 changes)5.0.0-alpha1PHP ^7.1

4.6.0PHP ^7.3 || ^8.0

5.0.x-devPHP ^7.1 || ^8.0

6.0.0PHP ^7.1 || ^8

7.0.0-beta1PHP ^8.1

8.0.0-alpha1PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![tractorcow](https://avatars.githubusercontent.com/u/936064?v=4)](https://github.com/tractorcow "tractorcow (349 commits)")[![robbieaverill](https://avatars.githubusercontent.com/u/5170590?v=4)](https://github.com/robbieaverill "robbieaverill (211 commits)")[![GuySartorelli](https://avatars.githubusercontent.com/u/36352093?v=4)](https://github.com/GuySartorelli "GuySartorelli (112 commits)")[![emteknetnz](https://avatars.githubusercontent.com/u/4809037?v=4)](https://github.com/emteknetnz "emteknetnz (80 commits)")[![mfendeksilverstripe](https://avatars.githubusercontent.com/u/26395487?v=4)](https://github.com/mfendeksilverstripe "mfendeksilverstripe (63 commits)")[![ScopeyNZ](https://avatars.githubusercontent.com/u/3260989?v=4)](https://github.com/ScopeyNZ "ScopeyNZ (19 commits)")[![NightJar](https://avatars.githubusercontent.com/u/778003?v=4)](https://github.com/NightJar "NightJar (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![raissanorth](https://avatars.githubusercontent.com/u/14869519?v=4)](https://github.com/raissanorth "raissanorth (8 commits)")[![dhensby](https://avatars.githubusercontent.com/u/563596?v=4)](https://github.com/dhensby "dhensby (7 commits)")[![tony13tv](https://avatars.githubusercontent.com/u/4117485?v=4)](https://github.com/tony13tv "tony13tv (6 commits)")[![wernerkrauss](https://avatars.githubusercontent.com/u/1043925?v=4)](https://github.com/wernerkrauss "wernerkrauss (6 commits)")[![UndefinedOffset](https://avatars.githubusercontent.com/u/1391558?v=4)](https://github.com/UndefinedOffset "UndefinedOffset (5 commits)")[![AljosaB](https://avatars.githubusercontent.com/u/1818329?v=4)](https://github.com/AljosaB "AljosaB (4 commits)")[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (4 commits)")[![lekoala](https://avatars.githubusercontent.com/u/250762?v=4)](https://github.com/lekoala "lekoala (4 commits)")[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (3 commits)")[![stevie-mayhew](https://avatars.githubusercontent.com/u/1953220?v=4)](https://github.com/stevie-mayhew "stevie-mayhew (3 commits)")[![taoceanz](https://avatars.githubusercontent.com/u/9561656?v=4)](https://github.com/taoceanz "taoceanz (3 commits)")

---

Tags

hacktoberfestlocalizationinternationalizationi18nlanguagetranslationsilverstripemultilingualtranslatablelocaleinternationalisationlocalisation

### Embed Badge

![Health badge](/badges/tractorcow-silverstripe-fluent/health.svg)

```
[![Health](https://phpackages.com/badges/tractorcow-silverstripe-fluent/health.svg)](https://phpackages.com/packages/tractorcow-silverstripe-fluent)
```

###  Alternatives

[aplus/language

Aplus Framework Language Library

2351.7M15](/packages/aplus-language)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[delight-im/i18n

Internationalization and localization for PHP

625.2k3](/packages/delight-im-i18n)[jrmajor/fluent

Fluent localization system for PHP

2716.9k5](/packages/jrmajor-fluent)[jrmajor/laravel-fluent

Fluent translations for Laravel

208.4k](/packages/jrmajor-laravel-fluent)[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)

PHPackages © 2026

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