PHPackages                             jakoubek/feragstring-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jakoubek/feragstring-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jakoubek/feragstring-php
========================

A PHP library for creating TSL files (aka 'Ferag-String').

v1.0.0(2y ago)07MITPHP

Since Oct 2Pushed 2y ago1 watchersCompare

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

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

feragstring-php
===============

[](#feragstring-php)

feragstring-php is a PHP library for creating a FERAG string file ("TSL file") programmatically from PHP code. This is the PHP equivalent to my Go package [feragstring](https://github.com/jakoubek/feragstring).

Again: If you don't know what FERAG (the company) or a FERAG string/TSL file is you probably don't need this package ;-)

Usage
-----

[](#usage)

```
// create a FERAG string object
$fs = new Feragstring();
$fs->SetTitleName("EDITION1");

// set title parameters
$fs->titleInfo->setPrintObjectName("EDITION1A");

...

// get the FERAG string (the write it to a file...)
$fileContent = $fs->PrintOut();
```

Supported messages
------------------

[](#supported-messages)

- Title Info (%2440)
- Product Reference (%2450)
- Route List Entry (%2401)
- Route Info (%2402)
- Production Drop (%2403)
- Topsheet Data for TSL (%2414)
- Route End (%2406)
- Title End (%2441)

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

[](#installation)

Installation gets done with Composer:

```
composer require jakoubek/feragstring-php
```

Need commercial support?
------------------------

[](#need-commercial-support)

I offer commercial support for newspaper companies or printing plants who want to set up their own FERAG string/TSL file generation.

See  (German) or write an email to [](mailto:info@jakoubek.net).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

956d ago

### Community

Maintainers

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

---

Top Contributors

[![jakoubek](https://avatars.githubusercontent.com/u/179566?v=4)](https://github.com/jakoubek "jakoubek (16 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/jakoubek-feragstring-php/health.svg)

```
[![Health](https://phpackages.com/badges/jakoubek-feragstring-php/health.svg)](https://phpackages.com/packages/jakoubek-feragstring-php)
```

###  Alternatives

[markrassamni/inline-boolean

A Laravel Nova boolean field that can be directly edited from the index or detail page of a resource.

16161.6k](/packages/markrassamni-inline-boolean)

PHPackages © 2026

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