stream-parser
⚡ PHP7 / Laravel Multi-format Streaming Parser (by sergiorodenas)
csv-collection
Read and write large CSV files using the power of Laravel's lazy collections (by DutchCodingCompany)
stream-parser | csv-collection | |
---|---|---|
1 | 1 | |
442 | 11 | |
0.0% | - | |
2.1 | 1.9 | |
4 months ago | 3 months 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
csv-collection
Posts with mentions or reviews of csv-collection.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-17.
-
Need help in processing a CSV file with around a million lines.
I wrote a package for this a while ago for some projects in our company :) https://github.com/DutchCodingCompany/csv-collection. It has helped us quiet a few times! It uses the 'fgetcsv' and a LazyCollection internally.
What are some alternatives?
When comparing stream-parser and csv-collection you can also consider the following projects:
node-csv - Full featured CSV parser with simple api and tested against large datasets.
fast-excel - 🦉 Fast Excel import/export for Laravel
laminas-xml - Utility library for XML usage, best practices, and security in PHP
countries - World countries in JSON, CSV, XML and Yaml. Any help is welcome!
CSV - CSV data manipulation made easy in PHP