loeper/kvv

This library provides simple access to the public transportation association KVV in Karlsruhe. It is based on unofficial data sources which are therefore subject to change without notice.

dev-master 2017-10-01 22:49 UTC

This package is not auto-updated.

Last update: 2024-10-04 21:19:55 UTC


README

Description

This is an unofficial PHP library for the KVV public transport association in Germany (Baden-Württemberg). It is not developed as part of the official KVV information system and therefore is subject to change without notice.

The library consists of two main modules. The \KVV\EFA and the \KVV\Live\EFA endpoint. Both of them allow you to request different data and do different operations. The \KVV\Live\EFA is signifikantly faster than the other one, because it does not need to parse HTML code and consequently is also more stable. The following is a feature list, showing what you can do with this library.

Basic \KVV\EFA API

Fast \KVV\Live\EFA API

For a full documentation and some useful examples visit the wiki: https://github.com/MartinLoeper/KVV-PHP-unofficial-/wiki

Other languages

Bindings for other programming languages are available for:

If you want to look into the reference, visit the Types Wiki-Page.