clue/ndjson-react
Streaming NDJSON (newline-delimited JSON) encoder/decoder for ReactPHP. Parse or emit large JSON record streams efficiently without loading everything into memory. Implements ReactPHP stream interfaces for easy integration with IPC/RPC and file pipelines.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clue/http-proxy-react | 0.89 | Async HTTP proxy with support for forward and reverse proxying (including HTTPS via CONNECT), built on ReactPHP. Useful for tunneling, debugging and routing HTTP(S) traffic in event-driven PHP apps, with streaming I/O and low overhead. | 49 | 49 | 16 | 16K | 0 | 24.9 | 40.7 | MIT | 3 weeks ago | |
| clue/stdio-react | 0.86 | ReactPHP-based STDIO stream wrapper for non-blocking access to STDIN/STDOUT/STDERR. Enables event-driven CLI apps with readable and writable streams, integrating terminal input/output into the ReactPHP loop for async command-line tools. | 200 | 201 | 21 | 288K | 4 | 25.8 | 51.2 | MIT | 1 month ago | |
| react/child-process | 0.86 | Event-driven child process execution for ReactPHP. Start and manage processes from the event loop, stream STDIN/STDOUT/STDERR via React streams, send signals, and receive exit events. Supports custom pipes and Windows considerations. | 341 | 346 | 48 | 5M | 6 | 18.7 | 61.3 | MIT | 7 months ago | |
| clue/term-react | 0.83 | Streaming terminal emulator for ReactPHP. Includes ControlCodeParser stream wrapper to strip ANSI/VT100 control sequences from input, buffering incomplete sequences so emitted data is always plain text for reliable processing. | 104 | 104 | 7 | 318K | 0 | 3.5 | 48.1 | MIT | 2 years ago | |
| clue/reactphp-sqlite | 0.77 | Async SQLite client for ReactPHP: run non-blocking queries against SQLite databases using promises and the event loop. Ideal for CLI daemons and long-running apps needing lightweight SQL storage without blocking I/O. | 57 | 57 | 10 | 1K | 10 | 6.1 | 22.3 | MIT | 1 year ago | |
| clue/utf8-react | 0.77 | Streaming UTF-8 parser for ReactPHP streams. Wraps a ReadableStream to ensure emitted chunks contain only complete, valid UTF-8 sequences, buffering split multibyte characters and replacing invalid bytes with a configurable placeholder. | 66 | 66 | 6 | 318K | 9 | 5.1 | 52.9 | MIT | 2 years ago | |
| halaxa/json-machine | 0.74 | Efficiently parse huge JSON files and streams in PHP with low memory usage. json-machine provides an iterator-style API for incremental decoding of arrays/objects, supports JSON Lines and custom pointers/paths, and works great for imports and ETL tasks. | 1,320 | 1,330 | 74 | 881K | 5 | 26.6 | 42.6 | Apache-2.0 | 7 months ago | |
| ml/json-ld | 0.73 | Fully conforming JSON-LD processor for PHP. Implements the official JSON-LD API (expand, compact, frame, flatten, toRdf), passes the W3C test suite, supports advanced framing features, and includes N-Quads serialization/parsing. | 336 | 342 | 63 | 227K | 28 | 12.2 | 48.5 | MIT | — | |
| sweetrdf/json-ld | 0.73 | — | 4 | 4 | 1 | 1K | 0 | 17.4 | 38.7 | MIT | 2 months ago | |
| ergebnis/json | 0.73 | Value object for representing valid JSON strings in PHP. Create Json instances from strings or files with strict validation and clear exceptions for invalid JSON, missing files, unreadable files, or non-JSON content. Install via Composer: ergebnis/json. | 25 | 25 | 1 | 1M | 2 | 6.4 | 57.1 | MIT | 10 months ago | |
| neomerx/json-api | 0.72 | Framework-agnostic PHP library implementing JSON:API v1.1. Builds compliant documents, relationships, compound includes, meta and errors. Parses/validates Accept/Content-Type and query params (pagination, sorting, sparse fields) to return proper 415/406 responses. | 737 | 743 | 66 | 25K | 8 | 16.9 | 23.4 | Apache-2.0 | 6 years ago | |
| braincrafted/json | 0.72 | Object-oriented wrapper around PHP’s json_encode() and json_decode() providing simple static encode/decode methods plus exception-based error handling. Supports decoding to arrays or objects via Json::DECODE_ASSOC and Json::DECODE_OBJECT. | 2 | 3 | 0 | 0 | 0 | 0.3 | — | — | 11 years ago | |
| seld/jsonlint | 0.72 | seld/jsonlint is a PHP JSON parser/linter that provides clear, line-based parse error messages. Lint or parse JSON with exceptions, detect or collect duplicate keys, parse to assoc arrays, and optionally allow comments—ideal for validating user-edited JSON. | 1,325 | 1,347 | 58 | 4M | 0 | 33.7 | 55.1 | MIT | 1 month ago | |
| danog/advanced-json-rpc | 0.71 | PHP JSON-RPC 2.0 dispatcher with request/response helpers. Decodes JSON-RPC calls and invokes target methods, coercing params via type hints and @param docs. Supports nested targets (configurable delimiter like "->" or "/"). | 15 | 13 | 3 | 944K | 0 | 0.8 | 56.8 | ISC | — | |
| api-platform/jsonld | 0.71 | — | 30 | 28 | 0 | 497K | 0 | 0.2 | 55.3 | — | — | |
| peekmo/jsonpath | 0.71 | peekmo/jsonpath adds JSONPath querying to PHP/Laravel, letting you select, filter, and extract values from complex JSON/arrays using familiar JSONPath expressions. Useful for API responses, config inspection, and transforming nested data quickly. | 72 | 74 | 22 | 20K | 9 | 2.2 | 25.7 | MIT | 12 years ago | |
| zendframework/zend-json | 0.70 | Convenience utilities for encoding PHP data to JSON and decoding JSON back to native types, including helpers for advanced cases. Note: this Zend Framework repository was abandoned on 2019-12-31; development continues as laminas/laminas-json. | 99 | 101 | 27 | 65K | 5 | 2.3 | 28.3 | BSD-3-Clause | 6 years ago | |
| bcncommerce/json-stream | 0.69 | Stream JSON reading and writing for PHP. Incrementally parse or generate large JSON documents from file handles without loading everything into memory. Supports entering/leaving objects and arrays, reading keys or iterating items—ideal for exports/imports like product catalogs. | 65 | 68 | 10 | 41K | 2 | 2.2 | 38.5 | MIT | 5 years ago | |
| salsify/json-streaming-parser | 0.69 | Streaming JSON parser for PHP that processes huge JSON documents without loading them into memory. SAX-style event callbacks via a Listener interface, PSR compliant, installable with Composer. Ideal for large files and low-memory environments. | 779 | 789 | 130 | 123K | 8 | 10.9 | 32.4 | MIT | 3 years ago | |
| beste/json | 0.67 | JSON helpers for PHP and Laravel: decode/encode, safe access, casting, and convenient manipulation of JSON strings and arrays. A lightweight utility package focused on cleaner, less error-prone JSON handling in everyday applications. | 43 | 42 | 0 | 1M | 0 | 6.5 | 56.8 | MIT | 10 months ago |
How can I help you explore Laravel packages today?