File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
33Simple wrapper for GTFS-Realtime in PHP based on Google's [ Protocol Buffers] ( https://github.com/protocolbuffers/protobuf-php ) .
44
5- ## Usage
6- The library is kept simple to use for creating and parsing GTFS-Realtime feeds in PHP applications. See
7- the simple examples for [ creating] ( /examples/create_message.php ) and [ parsing] ( /examples/parse_message.php ) a feed message.
8-
95### Composer Installation
106In your application project root run
117```
@@ -27,4 +23,4 @@ that all these classes can be found by your autoloader.
2723## License
2824The library package is licensed under "The Unlicense" - For the simple reason that there's
2925nothing in this code at all, which you could not create for yourself using Google's protoc-Compiler
30- and the corresponding definition file for GTFS-Realtime.
26+ and the corresponding definition file for GTFS-Realtime.
Original file line number Diff line number Diff line change 1515 },
1616 "autoload" : {
1717 "psr-4" : {
18- "Google \\ Transit \\ Realtime \\ " : " src/Google/Transit/Realtime " ,
18+ "Transit_realtime \\ " : " src/Transit_realtime " ,
1919 "GPBMetadata\\ Src\\ " : " src/GPBMetadata"
2020 }
2121 }
You can’t perform that action at this time.
0 commit comments