lowa/gtfs-realtime-php
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.
lowa/gtfs-realtime-php 适用场景与选型建议
lowa/gtfs-realtime-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9.54k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2024 年 02 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「gtfs-realtime」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 lowa/gtfs-realtime-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 lowa/gtfs-realtime-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 lowa/gtfs-realtime-php 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP classes generated from the GTFS-realtime protocol buffer specification.
PHP classes generated from the GTFS-realtime protocol buffer specification.
GTFS-Realtime library for PHP 8.4+ based on Google Protocol Buffers v5
PHP classes generated from the GTFS-realtime protocol buffer specification.
统计信息
- 总下载量: 9.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unlicense
- 更新时间: 2024-02-08