/php-cpsk-api

Api to fetch 3 nearest departures from cp.sk

Primary LanguagePHP

php-cpsk-api

Api to fetch 3 nearest departures from cp.sk

Inspired by official python version.

Usage

use JozefCipa\CP\CpSK;
use JozefCipa\CP\CpException;

$cpsk = new CpSK;

$departures = $cpsk->from('Pod Táborom')
	    		->to('Čierny most')
	    		->useVehicles(CpSK::MHD)
	    		->inCity('Prešov')
	    		->at('12:00 13.03.2017')
	    		->find();

Note: Stops names must match exact name available on cp.sk

Credits: Official creator

Beware that by using this you might be violating cp.sk ToS