Home > faa_php

faa_php

Faa_php is a project mainly written in PHP, based on the BSD-3-Clause license.

PHP Library for FAA API

Overview

PHP API Library for FAA Api http://services.faa.gov/

Airport Service Description

Serves airport status and delay information from the Air Traffic Control System Command Center (ATCSCC) as displayed on http://fly.faa.gov/.

Usage

// Base API Class require 'APIBaseClass.php';

require 'faaApi.php';

$new = new faaApi(); $new->airport_status('IAD'); $new->airport_status('xml');

// Debug information die(print_r($new).print_r(get_object_vars($new)).print_r(get_class_methods(get_class($new))));

Output

Previous:check_sentry_pdu