Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maciek-szn committed Sep 22, 2024
1 parent 8af5636 commit 5e54d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

Simple wrapper for GTFS-Realtime in PHP based on Google's [Protocol Buffers](https://github.com/protocolbuffers/protobuf-php).

## Usage
The library is kept simple to use for creating and parsing GTFS-Realtime feeds in PHP applications. See
the simple examples for [creating](/examples/create_message.php) and [parsing](/examples/parse_message.php) a feed message.

### Composer Installation
In your application project root run
```
Expand All @@ -27,4 +23,4 @@ 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.
and the corresponding definition file for GTFS-Realtime.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"autoload": {
"psr-4": {
"Google\\Transit\\Realtime\\": "src/Google/Transit/Realtime",
"Transit_realtime\\": "src/Transit_realtime",
"GPBMetadata\\Src\\": "src/GPBMetadata"
}
}
Expand Down

0 comments on commit 5e54d74

Please sign in to comment.