{"id":21508910,"url":"https://github.com/jonasdoebertin/php-geofox-gti-client","last_synced_at":"2025-07-31T12:35:07.227Z","repository":{"id":56997624,"uuid":"123781940","full_name":"JonasDoebertin/php-geofox-gti-client","owner":"JonasDoebertin","description":"🚧 PHP wrapper for the Geofox Thin Interface (GTI) serving public transportation data for Hamburg.","archived":false,"fork":false,"pushed_at":"2018-09-05T16:20:41.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T01:57:38.523Z","etag":null,"topics":["api","client","geofox","gti","hvv","php","public-transportation"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonasDoebertin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-04T11:25:57.000Z","updated_at":"2018-09-05T16:20:43.000Z","dependencies_parsed_at":"2022-08-21T14:50:11.526Z","dependency_job_id":null,"html_url":"https://github.com/JonasDoebertin/php-geofox-gti-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoebertin%2Fphp-geofox-gti-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoebertin%2Fphp-geofox-gti-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoebertin%2Fphp-geofox-gti-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoebertin%2Fphp-geofox-gti-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonasDoebertin","download_url":"https://codeload.github.com/JonasDoebertin/php-geofox-gti-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056424,"owners_count":20390719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","client","geofox","gti","hvv","php","public-transportation"],"created_at":"2024-11-23T21:14:51.452Z","updated_at":"2025-03-17T15:14:02.187Z","avatar_url":"https://github.com/JonasDoebertin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e🚧 This project is still under early development and \u003cstrong\u003enot\u003c/strong\u003e ready for production use. 🚧\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/jdpowered/geofox-gti-client\"\u003e\u003cimg src=\"https://poser.pugx.org/jdpowered/geofox-gti-client/v/stable?format=flat-square\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/jdpowered/geofox-gti-client\"\u003e\u003cimg src=\"https://poser.pugx.org/jdpowered/geofox-gti-client/v/unstable?format=flat-square\" alt=\"Latest Unstable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/JonasDoebertin/php-geofox-gti-client\"\u003e\u003cimg src=\"https://travis-ci.org/JonasDoebertin/php-geofox-gti-client.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://styleci.io/repos/123781940\"\u003e\u003cimg src=\"https://styleci.io/repos/123781940/shield?branch=master\" alt=\"StyleCI\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/jdpowered/geofox-gti-client\"\u003e\u003cimg src=\"https://poser.pugx.org/jdpowered/geofox-gti-client/license?format=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Geofox GTI Client\n\nPHP wrapper for the Geofox Thin Interface (GTI) serving public transportation data for Hamburg.\n\n## Todo\n\nThis project is still under early development and not ready for production use. Only\n\n### API Methods\n\n- [ ] **init**\n  - [x] Request\n  - [x] Response\n- [ ] **checkName**\n  - [ ] Request\n  - [ ] Response\n- [ ] **getRoute**\n  - [ ] Request\n  - [ ] Response\n- [ ] **departureList**\n  - [x] Request\n  - [x] Response\n- [ ] **getTariff**\n  - [ ] Request\n  - [ ] Response\n- [ ] **departureCourse**\n  - [ ] Request\n  - [ ] Response\n- [ ] **listStations**\n  - [x] Request\n  - [x] Response\n- [ ] **listLines**\n  - [ ] Request\n  - [ ] Response\n- [ ] **getAnnouncements**\n  - [ ] Request\n  - [ ] Response\n- [ ] **checkPostalCode**\n  - [ ] Request\n  - [ ] Response\n- [ ] **getVehicleMap**\n  - [ ] Request\n  - [ ] Response\n- [ ] **getTrackCoordinates**\n  - [ ] Request\n  - [ ] Response\n- [ ] **getIndividualRoute**\n  - [ ] Request\n  - [ ] Response\n\n### Enums\n\n- [x] AnnouncementFilterPlannedType\n- [ ] AnnouncementReason\n- [x] AttributeType\n- [x] ButtonType\n- [x] CoordinateType\n- [x] ElevatorState\n- [x] ExtraFareType\n- [x] FilterType\n- [x] FilterServiceType\n- [x] Language\n- [x] LineModificationType\n- [ ] LocationType\n- [x] ModificationType\n- [x] Platform\n- [x] RealtimeType\n- [x] ReturnCode\n- [x] SdType\n- [x] SegmentSelector\n- [x] SimpleServiceType\n- [x] TariffRegionType\n- [x] VehicleType\n\n## Objects\n\n- [ ] Announcement\n- [x] Attribute\n- [ ] ContSearchByServiceId\n- [x] Coordinate\n- [x] Departure\n- [x] FilterEntry\n- [x] GtiTime\n- [x] JourneySdName\n- [ ] Link\n- [ ] Location\n- [x] RegionalSdName\n- [ ] Schedule\n- [ ] ScheduleElement\n- [x] SdName\n- [x] Service\n- [x] ServiceType\n- [x] StationListEntry\n- [ ] TariffDetails\n- [ ] TariffInfo\n- [ ] TariffInfoSelector\n- [ ] TariffRegionInfo\n- [ ] TariffRegionList\n- [ ] TicketInfo\n\n## Installation\n\n```bash\ncomposer require jdpowered/geofox-gti-client\n```\n\n## Usage\n\n[TODO]\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Geofox GTI Client, please send an email to Jonas Döbertin via [hello@jd-powered.net](mailto:hello@jd-powered.net). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThis Geofox GTI Client is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasdoebertin%2Fphp-geofox-gti-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasdoebertin%2Fphp-geofox-gti-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasdoebertin%2Fphp-geofox-gti-client/lists"}