Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 19, 2025
1 parent 41d08de commit 56b3598
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@

Csv is a library to ease parsing, writing and filtering CSV in PHP.
The library goal is to be powerful while remaining lightweight,
by utilizing PHP native classes whenever possible.
by utilizing PHP native features whenever possible.

## Highlights

- Easy to use API
- Read and Write to CSV documents in a memory efficient and scalable way
- Read from and Write to CSV documents in a memory efficient and scalable way
- Flexible and powerful query features and array to object mapping.
- Transform CSV documents into popular format (`JSON`, `XML` or `HTML`)
- Support PHP stream filtering capabilities
- Transform CSV documents into popular format (JSON, XML or HTML)
- Fully documented
- Fully unit tested
- Framework-agnostic
Expand All @@ -39,7 +40,8 @@ Please find below the PHP support for `Csv` version 9.
| 9.7.0 | PHP 7.3.0 | PHP 8.0.x |
| 9.7.3 | PHP 7.3.0 | PHP 8.1.x |
| 9.8.0 | PHP 7.4.0 | PHP 8.1.x |
| 9.9.0 | PHP 8.1.2 | PHP 8.x |
| 9.9.0 | PHP 8.1.2 | PHP 8.3.x |
| 9.16.0 | PHP 8.1.2 | PHP 8.x |

## Install

Expand Down

0 comments on commit 56b3598

Please sign in to comment.