lowa/gtfs-realtime-php
最新稳定版本:v1.0.0
Composer 安装命令:
composer require lowa/gtfs-realtime-php
包简介
GTFS-Realtime library for PHP
关键字:
README 文档
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.
- Step 1: Remove all 'optional' labels since all fields are optional
- Step 2: Remove all 'required' labels since all fields are optional
- Step 3: Remove all 'extensions' ranges, see https://developers.google.com/protocol-buffers/docs/proto3#any
- Step 4: Remove all explicit default values, see https://developers.google.com/protocol-buffers/docs/proto3#default
- Step 5: Set first value in all enums to PROTO3_DEFAULT_[VARNAME] = 0 to supply implicit default value, see https://developers.google.com/protocol-buffers/docs/proto3#default
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.
统计信息
- 总下载量: 6.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unlicense
- 更新时间: 2026-01-04