icanboogie/transformation

数据序列化转换

v0.1.0 2018-11-13 15:55 UTC

This package is auto-updated.

Last update: 2024-08-28 23:53:17 UTC


README

Packagist Build Status Code Quality Code Coverage Downloads

需求

该包需要 PHP 7.0 或更高版本。

安装

推荐通过 Composer 安装此包

$ composer require icanboogie/transformation

克隆仓库

该包在 GitHub 上可用 (链接),可以使用以下命令行克隆其仓库

$ git clone https://github.com/ICanBoogie/Transformation.git

文档

该包作为 ICanBoogie 框架的一部分进行文档记录 (链接)。您可以使用 make doc 命令生成包及其依赖项的文档。文档生成在 build/docs 目录中。需要 ApiGen。可以使用 make clean 命令清理目录。

测试

使用 make test 命令运行测试套件。需要全局可用的 PHPUnitComposer 才能运行套件。该命令将根据需要安装依赖项。使用 make test-coverage 命令运行测试套件,并在 build/coverage 中创建 HTML 覆盖率报告。可以使用 make clean 命令清理目录。

该包由 Travis CI 持续测试。

Build Status Code Coverage

许可证

icanboogie/transformation 使用新的 BSD 许可证授权 - 详细信息请参阅 LICENSE 文件。