Download the PHP package alexskrypnyk/csvtable without Composer
On this page you can find all versions of the php package alexskrypnyk/csvtable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexskrypnyk/csvtable
More information about alexskrypnyk/csvtable
Files in alexskrypnyk/csvtable
Download alexskrypnyk/csvtable
More information about alexskrypnyk/csvtable
Files in alexskrypnyk/csvtable
Vendor alexskrypnyk
Package csvtable
Short Description PHP class to work with CSV as a table and export it as Markdown.
License GPL-2.0-or-later
Homepage https://github.com/AlexSkrypnyk/CsvTable
Package csvtable
Short Description PHP class to work with CSV as a table and export it as Markdown.
License GPL-2.0-or-later
Homepage https://github.com/AlexSkrypnyk/CsvTable
Please rate this library. Is it a good library?
Informations about the package csvtable
PHP class to parse and format CSV content
[](https://github.com/AlexSkrypnyk/CsvTable/issues)
[](https://github.com/AlexSkrypnyk/CsvTable/pulls)
[](https://github.com/AlexSkrypnyk/CsvTable/actions/workflows/test-php.yml)
[](https://codecov.io/gh/AlexSkrypnyk/CsvTable)



Features
- Single-file class to manipulate CSV table.
- Formatters for CSV, text table and Markdown table.
- Support for a custom formatter.
Installation
Usage
Given a CSV file with the following content:
From string
will produce identical CSV content by default:
From file
will produce identical CSV content by default:
Using text_table
formatter
will produce table content:
Using text_table
formatter without a header
will produce table content:
Using markdown_table
formatter
will produce Markdown table:
Custom formatter as an anonymous callback
will produce CSV content:
Custom formatter as a class with default format
method
Custom formatter as a class with a custom method and options
Maintenance
This repository was created using the Scaffold project template
All versions of csvtable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package alexskrypnyk/csvtable contains the following files
Loading the files please wait ....