Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit fe68838

Browse files
authored
Merge pull request #3 from mivek/feature/badges
Feature/badges
2 parents 1637d43 + 3356943 commit fe68838

10 files changed

+89
-1646
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
88
.idea/
99
build/
10+
11+
composer.lock
12+
1013
# User-specific stuff
1114
.idea/**/workspace.xml
1215
.idea/**/tasks.xml

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# PHPMetarTafParser
2+
[![Build Status](https://travis-ci.org/mivek/PHPMetarTafParser.svg?branch=master)](https://travis-ci.org/mivek/PHPMetarTafParser)
3+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mivek_PHPMetarTafParser&metric=coverage)](https://sonarcloud.io/dashboard?id=mivek_PHPMetarTafParser)
4+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=mivek_PHPMetarTafParser&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=mivek_PHPMetarTafParser)
5+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mivek_PHPMetarTafParser&metric=alert_status)](https://sonarcloud.io/dashboard?id=mivek_PHPMetarTafParser)
6+
27

38
PHPMetarTafParser is a library written in PHP(7.2) to parse METAR and TAF messages.
49

510
The MetarParser and the TAFParser contain a method parse returning a metar object or a TAF object.
11+
## Add dependency
12+
13+
Using composer:
14+
15+
```
16+
composer require mivek/php-metar-taf-parser
17+
```
618

719
## Model
820

0 commit comments

Comments
 (0)