csv
CSV parser
A PHP library for parsing, writing, filtering, and transforming CSV files efficiently.
CSV data manipulation made easy in PHP
3k stars
60 watching
336 forks
Language: PHP
last commit: 4 days ago
Linked from 3 awesome lists
csvcsv-convertercsv-documentcsv-filtercsv-queryphp
Related projects:
Repository | Description | Stars |
---|---|---|
fphilipe/psql2csv | A command-line tool that runs SQL queries and outputs the results as CSV files. | 184 |
joshclose/csvhelper | A library for working with comma-separated value files | 4,773 |
thephpleague/commonmark | A PHP library that parses Markdown text into HTML | 2,747 |
mholt/papaparse | A fast and reliable CSV parser for JavaScript applications | 12,552 |
thephpleague/html-to-markdown | Converts HTML to Markdown with PHP | 1,771 |
wilgucki/csv | A PHP package for working with CSV files in Laravel applications | 49 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
jimm/csvlixir | Provides functions to read and write comma-separated value data in Elixir | 33 |
thephpleague/climate | A PHP library for formatting terminal output with colored text and special formats. | 1,869 |
tilo/smarter_csv | A Ruby gem that simplifies the process of reading and writing CSV files by representing data as arrays of hashes. | 1,472 |
php-cs-fixer/php-cs-fixer | Automates fixing PHP coding standards issues to follow community-driven standards | 12,871 |
frosch95/smartcsv.fx | An application to load, save and edit CSV files with customizable column validation. | 75 |
dompdf/dompdf | A PHP library that converts HTML layouts to PDF documents using CSS and various rendering engines. | 10,545 |
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
friendsofcake/cakephp-csvview | A view class for generating CSV output from model data in CakePHP applications. | 176 |