lsv/fifa-worldcup-parser

将世界杯 JSON 数据解析为 PHP 对象

1.0.4 2018-06-12 20:45 UTC

This package is auto-updated.

Last update: 2024-08-27 21:50:48 UTC


README

Build Status codecov

使用方法

只需运行 $data = (new Lsv\FifaWorldcupParser\Parser)->parse();,现在 $data 将是一个 Lsv\FifaWorldcupParser\Model\Data 对象

安装

composer require lsv/fifa-worldcup-parser

许可协议

MIT