PHPackages                             serkin/foler - 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. serkin/foler

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

serkin/foler
============

Single file translation system for websites

v1.1.4(11y ago)371MITPHPPHP &gt;=5.3

Since May 19Pushed 11y ago2 watchersCompare

[ Source](https://github.com/serkin/foler)[ Packagist](https://packagist.org/packages/serkin/foler)[ Docs](https://github.com/serkin/foler)[ RSS](/packages/serkin-foler/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

\#Web based single page translation system

[![Build Status](https://camo.githubusercontent.com/8a9c656d07fcc6adec6fce924b973143e2b3957157836d45d421e052391ce65d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7365726b696e2f666f6c65722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/serkin/parser)[![Coverage Status](https://camo.githubusercontent.com/b2c1afb0b8a345e766d65c0519228c32ac77f8299c6345078f7892903ebc5afd/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7365726b696e2f666f6c65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/serkin/foler?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ff116ad9799de3a41488e2a3e249b1f157ae6223ceb8abcfea9a8a373900026d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7365726b696e2f666f6c65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/serkin/foler/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/4b6100d208dda71ab8a57102e94a459a222a1d760df186cc130f49890ee000ce/68747470733a2f2f706f7365722e707567782e6f72672f7365726b696e2f666f6c65722f762f737461626c65)](https://packagist.org/packages/serkin/foler)[![Total Downloads](https://camo.githubusercontent.com/0c7b6053c0d522632aa6a33d0be27d5a75f5f70b25a9d431f5cd4ff07f8a793d/68747470733a2f2f706f7365722e707567782e6f72672f7365726b696e2f666f6c65722f646f776e6c6f616473)](https://packagist.org/packages/serkin/foler)[![Latest Unstable Version](https://camo.githubusercontent.com/04e4b7225a60aab554e9344aedd2ef5ffe8c3d5ff70da862593f89bf15c801bd/68747470733a2f2f706f7365722e707567782e6f72672f7365726b696e2f666f6c65722f762f756e737461626c65)](https://packagist.org/packages/serkin/foler)[![License](https://camo.githubusercontent.com/60ff22cb4d79e5ae06f295599ea5395ea48bb1cb0a54be897ef08a880670b75b/68747470733a2f2f706f7365722e707567782e6f72672f7365726b696e2f666f6c65722f6c6963656e7365)](https://packagist.org/packages/serkin/foler)[![SensioLabsInsight](https://camo.githubusercontent.com/9ac4d65b1e407d7bf3d772ac575b5f6f71ffe5421696a5eb35cfbeb9de4b40fa/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65306331383130372d313737362d343638372d623838632d3230393438383961653236662f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/e0c18107-1776-4687-b88c-2094889ae26f)

To get started you need:

- Created database and user in your MySQL server
- Import db schema from `dump.sql` to your db
- Copy `foler.php` to your server. You can rename it if you want
- Adjust db settings in `foler.php`

Adjusting settings
------------------

[](#adjusting-settings)

Open `foler.php` and change your db credentials

```
$app['config'] = array(
    'db' => array(
        'dsn'      => 'mysql:dbname=foler;host=localhost',
        'user'      => 'foler',
        'password'  => '*********'
    ),
    'url' => $_SERVER['PHP_SELF'],
    'debug' => false
);
```

Screenshots
-----------

[](#screenshots)

[![Foler](screenshot.png?raw=true "Foler")](screenshot.png?raw=true)

TODO
----

[](#todo)

- Add Russian localization
- Add German localization
- Add export to xliff

Licence
-------

[](#licence)

- MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 99.3% 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 ~0 days

Total

2

Last Release

4063d ago

### Community

Maintainers

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

---

Top Contributors

[![serkin](https://avatars.githubusercontent.com/u/1589686?v=4)](https://github.com/serkin "serkin (147 commits)")[![mickyto](https://avatars.githubusercontent.com/u/10900755?v=4)](https://github.com/mickyto "mickyto (1 commits)")

---

Tags

localizationi18ntranslation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/serkin-foler/health.svg)

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

###  Alternatives

[tractorcow/silverstripe-fluent

Simple localisation for Silverstripe

91437.9k29](/packages/tractorcow-silverstripe-fluent)[inpsyde/multilingual-press

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

2414.0k1](/packages/inpsyde-multilingual-press)[skillshare/formatphp

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

8032.4k](/packages/skillshare-formatphp)[fisharebest/localization

A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.

29109.6k3](/packages/fisharebest-localization)[smousss/laravel-globalize

Make Laravel projects translatable in a matter of seconds!

2169.2k](/packages/smousss-laravel-globalize)[delight-im/i18n

Internationalization and localization for PHP

595.4k3](/packages/delight-im-i18n)

PHPackages © 2026

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