construct-blue / hafas-client-php
PHP library for HAFAS public transport APIs (forked from mrkriskrisu/hafas-client-php).
dev-main
2023-06-22 05:52 UTC
Requires
- php: ^8.2
- ext-json: *
- guzzlehttp/guzzle: ^7.3
- nesbot/carbon: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-22 09:29:29 UTC
README
Installation**
composer require mrkriskrisu/hafas-client-php
⚠️ This library is just being developed and structured. With each version the structure will change. So use this library with care and specify an exact version in your composer.json (don't use ^0.x!) until it reaches version 1.
Features
-
Fetch next departures of a station
-
Fetch next arrivals of a station
-
Fetch locations
-
Fetch journeys
-
Fetch nearby stops
Related
-
hafas-client
– JavaScript client for HAFAS public transport APIs. -
db-hafas
– JavaScript client for the Deutsche Bahn HAFAS API.