定制 jakoubek/feragstring-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jakoubek/feragstring-php

最新稳定版本:v1.0.0

Composer 安装命令:

composer require jakoubek/feragstring-php

包简介

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

README 文档

README

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.

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

// 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

  • 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 gets done with Composer:

composer require jakoubek/feragstring-php

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 https://www.jakoubek.net/ferag-string-erzeugen (German) or write an email to info@jakoubek.net.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-02