WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: trafiklab/php-sdk-commons

1.2.0

09 Jan 07:57

Choose a tag to compare

  • Allows to set a user agent after the creation of a webclient.

1.1.0

01 Jul 10:01

Choose a tag to compare

  • Adds realtime support to all departure/arrival boards, remove some deprecated interfaces.

1.0.0

12 Jun 13:36

Choose a tag to compare

  • Initial stable release
  • Added convenience methods getDuration(), getDeparture(), getArrival() for trips.
  • Added convenience method getDuration() for legs.
  • Small documentation improvements

0.4.0

15 May 10:47

Choose a tag to compare

0.4.0 Pre-release
Pre-release
  • Create request objects through ApiWrapper interface.
  • Option to get line number for a vehicle in a routeplanning.

0.3.4

13 May 17:13

Choose a tag to compare

0.3.4 Pre-release
Pre-release
  • Change return type for TimeTableEntry::getLineNumber() from int to string

0.3.3

09 May 12:58

Choose a tag to compare

0.3.3 Pre-release
Pre-release
  • use String constants as parameter for isStopLocationForTransportType

0.3.2

09 May 12:32

Choose a tag to compare

0.3.2 Pre-release
Pre-release
  • Better consistent naming for stop locations and stop location lookup

0.3.1

09 May 12:11

Choose a tag to compare

0.3.1 Pre-release
Pre-release
  • Include getParameter(string $parameter) : string in interface WebResponse. This makes it easer to retrieve query parameters.

0.3.0

08 May 19:28

Choose a tag to compare

0.3.0 Pre-release
Pre-release
  • Added definitions for 'Platsupplag' APIs, which allow to find a station by name

0.2.0

08 May 07:12

Choose a tag to compare

0.2.0 Pre-release
Pre-release
  • Use interfaces for wrappers and requests, in order to make it easier to swap out implementations.