Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Angle/airports

v1.2.1

10 Sep 14:33
2f0b923

Choose a tag to compare

What's Changed

  • Airport Type: add airport type from CSV file by @jplarar in #2

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Apr 16:35
5a2ee12

Choose a tag to compare

What's Changed

  • Adds functionality to find nearest airport by @jplarar in #1

New Contributors

Full Changelog: v1.1.2...v1.2.0

Database Update (2024-02-09)

09 Feb 22:11

Choose a tag to compare

Updating the database from the source on February 9th, 2024.

Full Changelog: v1.1.1...v1.1.2

Updated list (2021-07-10)

11 Jul 04:14

Choose a tag to compare

Updating the list from the source on July 10th, 2021.

Implementing Airport class

27 Jul 18:17

Choose a tag to compare

The library functions now return an Airport instance instead of a plain array. However, an Airport object can still be casted as an array if needed:

/** @var \Angle\Airports\Airport $airport */
$airport = AirportLibrary::find('LMM');

$airportAsArray = $airport->toArray();

Initial Publish

27 Jul 17:51

Choose a tag to compare

Updated from the source file on July 27th, 2019.