Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Ndjson React Laravel Package

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.

View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
sweetrdf/json-ld 0.73 4 4 1 1K 0 17.4 38.7 MIT 2 months ago
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
api-platform/jsonld 0.71 30 28 0 497K 0 0.2 55.3
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
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
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
boundwize/jsonrecast
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata