PHP code example of vikingmaster / tampere-journeys-api-sdk
1. Go to this page and download the library: Download vikingmaster/tampere-journeys-api-sdk 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/ */
vikingmaster / tampere-journeys-api-sdk example snippets
$api = new \Vikingmaster\TampereJourneysApiSdk\TampereJourneysApiClient([
'baseUri' => 'http://data.itsfactory.fi/journeys/api'
]);