Skip to content

MaisClement/gtfs-realtime-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️ 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.

About

Forkerd from sebastianknopf/gtfs-realtime-php | wrapper for GTFS-Realtime in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published