Skip to content

rithish/php5-goibibo

This branch is 3 commits behind ashwanthkumar/php5-goibibo:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2013
Nov 14, 2013
Nov 14, 2013

Repository files navigation

GoIbibo API (PHP5 Client)

PHP5 Client to GoIbibo API.

Usage

require_once("GoIbibo.php");

$api = new GoIbibo("__MY_APP_ID__","__MY_APP_KEY__");

// Get flights from Chennai to Banglore on 17th November, 2013
$api->searchFlights("MAA", "BLR", "20131117");

// Get minimum fares of flights from Chennai to Banglore
$api->getMinimumFare("MAA", "BLR", "20131117");

About

PHP5 Client for GoIbibo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%