定制 gtfs/realtime-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gtfs/realtime-php

最新稳定版本:v1.0.0

Composer 安装命令:

composer require gtfs/realtime-php

包简介

GTFS-Realtime library for PHP

README 文档

README

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

Manual Installation

If you don't want to use composer to install all dependencies, you have to make sure that all dependencies from protocolbuffers/protobuf-php are available and can be found by your autoloader.

All required classes from the library itself are located in the src directory. Make sure that all these classes can be found by your autoloader.

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.

统计信息

  • 总下载量: 15.97k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: The
  • 更新时间: 2019-10-20