Download the PHP package ballen/metar without Composer
On this page you can find all versions of the php package ballen/metar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package metar
Metar
A PHP library to query aerodrome METAR information, the library queries real-world METAR data direct from the National Oceanic and Atmospheric Administration (NOAA) and optionally for VATSIM or IVAO.
The default provider that is configured by this library is NOAA, if you decide to change the provider to VATSIM or IVAO you SHOULD NOT use it for real-world METAR reports.
Requirements
- PHP >= 7.3.0
- cURL
This library is unit tested against PHP 7.3, 7.4, 8.0, 8.1 and 8.2!
If you need to use an older version of PHP, you should instead install the 2.x version of this library (see below for details).
License
This client library is released under the GPLv3 license, you are welcome to use it, improve it and contribute your changes back!
Installation
The recommended way of installing this library is via. Composer; To install using Composer type the following command at the console:
If you need to use an older version of PHP, version 2.x.x supports PHP 5.6, 7.0, 7.1 and 7.2, you can install this version using Composer with this command instead:
Example usage
Tests and coverage
This library is fully unit tested using PHPUnit.
I use GitHub Actions for continuous integration, which triggers tests for PHP 7.3, 7.4, 8.0, 8.1 and 8.2 every time a commit is pushed.
If you wish to run the tests yourself you should run the following:
Code coverage can also be run and a report generated (this does require XDebug to be installed)...
Support
I am happy to provide support via. my personal email address, so if you need a hand drop me an email at: [[email protected]]().