File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Csv is a library to ease parsing, writing and filtering CSV in PHP.
9
9
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.
11
11
12
12
## Highlights
13
13
14
14
- 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 ` )
16
18
- Support PHP stream filtering capabilities
17
- - Transform CSV documents into popular format (JSON, XML or HTML)
18
19
- Fully documented
19
20
- Fully unit tested
20
21
- Framework-agnostic
@@ -39,7 +40,8 @@ Please find below the PHP support for `Csv` version 9.
39
40
| 9.7.0 | PHP 7.3.0 | PHP 8.0.x |
40
41
| 9.7.3 | PHP 7.3.0 | PHP 8.1.x |
41
42
| 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 |
43
45
44
46
## Install
45
47
You can’t perform that action at this time.
0 commit comments