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);
统计信息
- 总下载量: 213
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-08