matecat/xliff-parser
最新稳定版本:v2.2.13
Composer 安装命令:
composer require matecat/xliff-parser
包简介
A Xliff parser written in PHP
README 文档
README
This library is a simple, agnostic Xliff parser specifically written for Matecat.
Installation
composer require matecat/xliff-parser
Xliff Support
Xliff supported versions:
Methods
- xliffToArray - converts a xliff file into an array
- replaceTranslation - replace a translation in a xliff file
Logging
You can inject your own logger (must be a LoggerInterface implementation):
// ... // $logger must be implement PS3 LoggerInterface $parser = new XliffParser($logger);
Support
If you found an issue or had an idea please refer to this section.
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details
统计信息
- 总下载量: 116.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-15