stream-parser
⚡ PHP7 / Laravel Multi-format Streaming Parser (by sergiorodenas)
JsonReader
A JSON pull parser for PHP (by pcrov)
stream-parser | JsonReader | |
---|---|---|
1 | 2 | |
442 | 145 | |
0.2% | 0.0% | |
2.1 | 2.2 | |
4 months ago | about 1 year ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stream-parser
Posts with mentions or reviews of stream-parser.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-14.
-
Need help parsing 200mb XML
I've encountered this problem before. I found this package really helpful for parsing large xml files. https://github.com/sergiorodenas/stream-parser
JsonReader
Posts with mentions or reviews of JsonReader.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-06.
-
[OC] The ridiculously absurd amount of pricing data that insurance companies just publicly dumped
The library I used (https://github.com/pcrov/JsonReader) does it in memory with no part files. That was beneficial in my use case as each node was then directly stored in a database.
What are some alternatives?
When comparing stream-parser and JsonReader you can also consider the following projects:
node-csv - Full featured CSV parser with simple api and tested against large datasets.
json-parser - 🧩 Zero-dependencies lazy parser to read JSON of any dimension and from any source in a memory-efficient way.
laminas-xml - Utility library for XML usage, best practices, and security in PHP
jsplit - A Go program to split large JSON files into many jsonl files
countries - World countries in JSON, CSV, XML and Yaml. Any help is welcome!
lazy-json-pages - 📜 Framework-agnostic API scraper to load items from any paginated JSON API into a Laravel lazy collection via async HTTP requests.