定制 j4nr6n/adif 二次开发

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

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

j4nr6n/adif

最新稳定版本:v3.0.0

Composer 安装命令:

composer require j4nr6n/adif

包简介

Read and Write ADIF formatted strings/files

README 文档

README

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Then run

$ composer require j4nr6n/adif

Read

use j4nr6n/ADIF/Parser;

$data = (new Parser())->parse($adifEncodedData);

Write

use j4nr6n/ADIF/Writer;

$data = [
    // ...
];

$adifEncodedData = (new Writer())->write($data);

// (new Writer('MyApp', '1.0'))->write($data);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-08