lowa/gtfs-realtime-php

GTFS-Realtime library for PHP

v1.0.0 2024-02-08 22:46 UTC

This package is auto-updated.

Last update: 2024-06-08 23:35:24 UTC


README

ℹ️ This is an updated version of gtfs-realtime-php By @sebastianknopf and gtfs-realtime-proto3 By @brians-code.

GTFS Realtime PHP

Simple wrapper for GTFS-Realtime in PHP based on Google's Protocol Buffers.

Usage

The library is kept simple to use for creating and parsing GTFS-Realtime feeds in PHP applications. See the simple examples for creating and parsing a feed message.

Composer Installation

In your application project root run

composer require lowa/gtfs-realtime-php

to install the package and all dependencies. This command will load all packages and update your autoloader to use the package.

Include [MainDirectory]/vendor/autoload.php in the head section of your application code to use all required classes in simple way.

Explaination

This is a simple wrapper for GTFS-Realtime in PHP modified to be compatible with Google library. The gtfs-realtime.proto was edited to match with proto3 definitions.

Then, using protobuf you can generate all the files of this repo.

License

The library package is licensed under "The Unlicense" - For the simple reason that there's nothing in this code at all, which you could not create for yourself using Google's protoc-Compiler and the corresponding definition file for GTFS-Realtime.