jdpowered / geofox-gti-client
0.2.0
2018-09-04 18:41 UTC
Requires
- php: ^7.1.3
- cakephp/chronos: ^1.2
- guzzlehttp/guzzle: ^6.3
- marc-mabe/php-enum: ^3.0
- ramsey/uuid: ^3.8
- tightenco/collect: ^5.6
Requires (Dev)
- larapack/dd: ^1.1
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2025-01-06 10:42:05 UTC
README
🚧 This project is still under early development and not ready for production use. 🚧
Geofox GTI Client
PHP wrapper for the Geofox Thin Interface (GTI) serving public transportation data for Hamburg.
Todo
This project is still under early development and not ready for production use. Only
API Methods
- init
- Request
- Response
- checkName
- Request
- Response
- getRoute
- Request
- Response
- departureList
- Request
- Response
- getTariff
- Request
- Response
- departureCourse
- Request
- Response
- listStations
- Request
- Response
- listLines
- Request
- Response
- getAnnouncements
- Request
- Response
- checkPostalCode
- Request
- Response
- getVehicleMap
- Request
- Response
- getTrackCoordinates
- Request
- Response
- getIndividualRoute
- Request
- Response
Enums
- AnnouncementFilterPlannedType
- AnnouncementReason
- AttributeType
- ButtonType
- CoordinateType
- ElevatorState
- ExtraFareType
- FilterType
- FilterServiceType
- Language
- LineModificationType
- LocationType
- ModificationType
- Platform
- RealtimeType
- ReturnCode
- SdType
- SegmentSelector
- SimpleServiceType
- TariffRegionType
- VehicleType
Objects
- Announcement
- Attribute
- ContSearchByServiceId
- Coordinate
- Departure
- FilterEntry
- GtiTime
- JourneySdName
- Link
- Location
- RegionalSdName
- Schedule
- ScheduleElement
- SdName
- Service
- ServiceType
- StationListEntry
- TariffDetails
- TariffInfo
- TariffInfoSelector
- TariffRegionInfo
- TariffRegionList
- TicketInfo
Installation
composer require jdpowered/geofox-gti-client
Usage
[TODO]
Security Vulnerabilities
If you discover a security vulnerability within Geofox GTI Client, please send an email to Jonas Döbertin via hello@jd-powered.net. All security vulnerabilities will be promptly addressed.
License
This Geofox GTI Client is open-sourced software licensed under the MIT license.