Add php protobuffer support for transition to GTFS-realtime
author Maxious
()
committer Maxious
()
commit f18f09fe95956498d8b75e51258b6400335d7894
tree 6f52aa5d5f5ceb6ad6547b9110602706f3b5dbb9
parent dbf8c94b98fd5e5cb3c9844518d9076386e7e6e1
Add php protobuffer support for transition to GTFS-realtime
75 files changed:
include/common-template.inc.php
include/common-transit.inc.php
lib/Protobuf-PHP/LICENSE [ new file with mode 0644 ]
lib/Protobuf-PHP/README.md [ new file with mode 0644 ]
lib/Protobuf-PHP/Rakefile [ new file with mode 0644 ]
lib/Protobuf-PHP/gtfs-realtime.php [ new file with mode 0644 ]
lib/Protobuf-PHP/gtfs-realtime.proto [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/AnnotatedMessage.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/Binary.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/Binary/Reader.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/Binary/Unknown.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/Binary/Writer.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/Json.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/JsonIndexed.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/JsonTagMap.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/PhpArray.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/PhpArray/Unknown.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/TextFormat.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Codec/Xml.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/CodecInterface.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/AbstractGenerator.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/Cli.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/CommentsParser.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/JsonGenerator.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/PhpGenerator.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/descriptor.pb.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/descriptor.proto [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/json.pb.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/json.proto [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/php.pb.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/php.proto [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/plugin.pb.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Compiler/protos/plugin.proto [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Descriptor.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Exception.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Field.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Message.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Registry.php [ new file with mode 0644 ]
lib/Protobuf-PHP/library/DrSlump/Protobuf/Unknown.php [ new file with mode 0644 ]
lib/Protobuf-PHP/man/protobuf-php.3.ronn [ new file with mode 0644 ]
lib/Protobuf-PHP/man/protobuf-php.5.ronn [ new file with mode 0644 ]
lib/Protobuf-PHP/man/protoc-gen-php.1.ronn [ new file with mode 0644 ]
lib/Protobuf-PHP/package.pear [ new file with mode 0644 ]
lib/Protobuf-PHP/protoc-gen-php.bat [ new file with mode 0644 ]
lib/Protobuf-PHP/protoc-gen-php.php [ new file with mode 0644 ]
lib/Protobuf-PHP/protoc.exe [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.Codec.Binary.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.Codec.Json.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.Codec.JsonIndexed.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.Codec.JsonTagMap.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.Codec.TextFormat.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.Codec.Xml.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/Protobuf.spec.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/benchmark.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/protos/Annotated/Addressbook.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/protos/Annotated/Repeated.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/protos/Annotated/Simple.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/protos/addressbook.bin [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/protos/addressbook.php [ new file with mode 0644 ]
lib/Protobuf-PHP/tests/protos/addressbook.proto