Skip to content

Commit 56b3598

Browse files
committed
Improve README
1 parent 41d08de commit 56b3598

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77

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

1212
## Highlights
1313

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

4446
## Install
4547

0 commit comments

Comments
 (0)