https://github.com/protobuf-php/protobuf is not maintained by us.
Our repositories:
https://github.com/google/protobuf
https://packagist.org/packages/google/protobuf
https://pecl.php.net/package/protobuf


On Thu, Feb 23, 2017 at 9:23 AM Dan Jabbour <picnic...@gmail.com> wrote:

> I would like to read a remote GTFS-RealTime feed that uses a .proto
> extension to describe additional parameters.
> After following the tutorial at
> https://github.com/google/gtfs-realtime-bindings-php I'm able to read the
> standard GTFS-RT information, but the extension data is not being parsed
> and shows up as an undefined garbled object.
> I've created the necessary PHP extension classes for the .proto file with
> help from https://github.com/protobuf-php/protobuf but they're obviously
> not being used by the feed parser. I'm not sure which files to include or
> where to include them to have the parse() function find them, but I've
> tried a lot of different combinations and I think I'm stuck. How do I get
> the FeedMessage->parse() function to find my new classes?
> Any help is appreciated!
> -Dan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to