Libraries tagged by large json
cline/json
0 Downloads
Memory-efficient pull parser for large JSON sources in Laravel and PHP applications.
bhattaganesh/json-stream-writer
6 Downloads
A scalable PHP library for writing large datasets into JSON streams.
crystalgorithm/php-json-iterator
164 Downloads
PHP package to iterate through large collections of JSON objects
o-p/json-logic
40 Downloads
Make it easier to process large amount data with JsonLogic
noki/large-csv-converter
1 Downloads
Fast and memory-efficient Laravel package for converting large CSV, XLSX and JSON files.
mr4-lc/php-json-exporter
31 Downloads
Export large datasets to a JSON file without memory exhaustion
mehr-it/easy-json
605 Downloads
Easy JSON handling (read/write) for large files
diamond-dove/simple-json
23 Downloads
Read and write big JSON files
jotaelesalinas/php-data-streams
0 Downloads
Read and write huge CSV, JSON, XML and Excel streams in PHP without running out of memory.
jotaelesalinas/php-rwgen
200 Downloads
Read and write huge CSV, JSON, XML and Excel streams in PHP without running out of memory.
firewox/bigjson
116 Downloads
Library for encoding and decoding very large json files without crashing the server.
sam-it/stream-data-parsers
1481 Downloads
Collection of tools for parsing large data sets (CSV, XML, JSON)
univeros/migration-intelligence
0 Downloads
bin/altair db:migration-plan — proposes safe Cycle migrations from spec/entity diffs with read-only safety checks (NOT NULL backfill, unique dupes, FK orphans, type-cast, large tables) and two-phase rename/type-change plans. Deterministic JSON for agents and CI.
toweringmedia/module-product-faq
0 Downloads
Add admin-managed FAQs directly to Magento 2 product pages to answer common customer questions before checkout. Assign FAQs by product, category, or global fallback for faster content management across large catalogs. Improve on-page SEO with visible FAQ content and JSON-LD FAQ schema generated from the same rendered questions. Built for clean Magento 2 storefront integration with lightweight product page accordion output and merchant-friendly admin management.
orware/compressed-string
735 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.