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

Commit

Permalink
Merge pull request #3 from mivek/feature/badges
Browse files Browse the repository at this point in the history
Feature/badges
  • Loading branch information
mivek authored Dec 8, 2019
2 parents 1637d43 + 3356943 commit fe68838
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 1,646 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
build/

composer.lock

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# PHPMetarTafParser
[![Build Status](https://travis-ci.org/mivek/PHPMetarTafParser.svg?branch=master)](https://travis-ci.org/mivek/PHPMetarTafParser)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mivek_PHPMetarTafParser&metric=coverage)](https://sonarcloud.io/dashboard?id=mivek_PHPMetarTafParser)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=mivek_PHPMetarTafParser&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=mivek_PHPMetarTafParser)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mivek_PHPMetarTafParser&metric=alert_status)](https://sonarcloud.io/dashboard?id=mivek_PHPMetarTafParser)


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

The MetarParser and the TAFParser contain a method parse returning a metar object or a TAF object.
## Add dependency

Using composer:

```
composer require mivek/php-metar-taf-parser
```

## Model

Expand Down
Loading

0 comments on commit fe68838

Please sign in to comment.