Skip to content
/ fis Public

Gets latest information on inbound and outbound flights for Ibrahim Nasir International Airport, Maldives.

Notifications You must be signed in to change notification settings

jawish/fis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FIS

Gets latest information on inbound and outbound flights for (VRMM) Velana International Airport - Maldives

Usage

<?php
require_once('./Fis.php');

$fis = new Jawish\Fis();

// arrivals
$arrivals = $fis->getFlights('arrivals');

// depatures
$depatures = $fis->getFlights('depatures');

var_dump($arrivals, $depatures);

Details

getFlights() returns an an array of Flights for the date (date => [Flights...]). The date is a UNIX timestamp.

Each Flight contains the following details.

field description example
airlineName Human readable name of the airline Emirates
airlineId Unique ID for the airline EK
flightId Flight code EK 658
route Array of route for the flight Dubai
scheduledAt Scheduled time in 24 hours format 09:35
estimatedAt Estimated time 09:50
status Status of the flight LANDED

About

Gets latest information on inbound and outbound flights for Ibrahim Nasir International Airport, Maldives.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages