Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clue/ndjson-react [![Build Status](https://travis-ci.org/clue/php-ndjson-react.svg?branch=master)](https://travis-ci.org/clue/php-ndjson-react)
# clue/reactphp-ndjson [![Build Status](https://travis-ci.org/clue/reactphp-ndjson.svg?branch=master)](https://travis-ci.org/clue/reactphp-ndjson)

Streaming newline delimited JSON ([NDJSON](http://ndjson.org/)) parser and encoder, built on top of React PHP

Expand Down Expand Up @@ -233,10 +233,10 @@ MIT
the underlying [react/stream](https://github.com/reactphp/stream) component.

* If you want to process compressed NDJSON files (`.ndjson.gz` file extension)
you may want to use [clue/zlib-react](https://github.com/clue/php-zlib-react)
you may want to use [clue/reactphp-zlib](https://github.com/clue/reactphp-zlib)
on the compressed input stream before passing the decompressed stream to the NDJSON decoder.

* If you want to create compressed NDJSON files (`.ndjson.gz` file extension)
you may want to use [clue/zlib-react](https://github.com/clue/php-zlib-react)
you may want to use [clue/reactphp-zlib](https://github.com/clue/reactphp-zlib)
on the resulting NDJSON encoder output stream before passing the compressed
stream to the file output stream.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clue/ndjson-react",
"description": "Streaming newline delimited JSON (NDJSON) parser, built on top of React PHP",
"keywords": ["NDJSON", "newline", "JSON", "jsonlines", "streaming", "ReactPHP"],
"homepage": "https://github.com/clue/php-ndjson-react",
"homepage": "https://github.com/clue/reactphp-ndjson",
"license": "MIT",
"authors": [
{
Expand Down