Need help in processing a CSV file with around a million lines.

This page summarizes the projects mentioned and recommended in the original post on /r/laravel

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. CSV

    CSV data manipulation made easy in PHP

    Either use something like league/csv or use fgetcsv directly.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. csv-collection

    Read and write large CSV files using the power of Laravel's lazy collections

    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.

  4. fast-excel

    🦉 Fast Excel import/export for Laravel

    For perf : https://github.com/rap2hpoutre/fast-excel

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Some package downloads Excel files without telling how much the file size is - can I change that?

    1 project | /r/PHPhelp | 13 Jul 2023
  • Fast Excel updated (no more warning with PHP8)

    1 project | /r/laravel | 2 May 2021
  • "Backup Tables" package

    1 project | dev.to | 24 Aug 2024
  • "Model Required Fields" package

    1 project | dev.to | 27 Jul 2024
  • Chaotic Schedule: Laravel package for randomizing command schedule intervals

    1 project | news.ycombinator.com | 27 May 2024

Did you know that PHP is
the 14th most popular programming language
based on number of references?