An open API service indexing awesome lists of open source software.

https://github.com/lsv/fifa-worldcup-parser

PHP object parser to https://github.com/lsv/fifa-worldcup-2018
https://github.com/lsv/fifa-worldcup-parser

Last synced: 5 months ago
JSON representation

PHP object parser to https://github.com/lsv/fifa-worldcup-2018

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/lsv/fifa-worldcup-parser.svg?branch=master)](https://travis-ci.org/lsv/fifa-worldcup-parser)
[![codecov](https://codecov.io/gh/lsv/fifa-worldcup-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/lsv/fifa-worldcup-parser)

Usage
-----

Just run `$data = (new Lsv\FifaWorldcupParser\Parser)->parse();`, now `$data` will be a `Lsv\FifaWorldcupParser\Model\Data` object

Install
-------

`composer require lsv/fifa-worldcup-parser`

License
-------

MIT