PHP code example of axp-dev / transperm-api

1. Go to this page and download the library: Download axp-dev/transperm-api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

axp-dev / transperm-api example snippets


public static function getRouteTypesTree(string $date)

public static function getFullRoute(string $date, string $routeId)

public static function getStoppointRoutes(string $date, string $stoppointId)

public static function getArrivalTimesVehicles(string $stoppointId)

public static function getStoppointTimeTable(string $date, string $stoppointId)

public static function getTimeTableH(string $date, string $routeId, string $stoppointId)

public static function getMovingAutos(string $routeId)

public static function search(string $query)

public static function getNews()

public static function getBoards()

public static function getTicketPoints()