@@ -26,6 +26,7 @@ rows efficiently without having to load the whole file into memory at once.
26
26
27
27
** Table of contents**
28
28
29
+ * [ Support us] ( #support-us )
29
30
* [ CSV format] ( #csv-format )
30
31
* [ Usage] ( #usage )
31
32
* [ Decoder] ( #decoder )
@@ -36,6 +37,16 @@ rows efficiently without having to load the whole file into memory at once.
36
37
* [ License] ( #license )
37
38
* [ More] ( #more )
38
39
40
+ ## Support us
41
+
42
+ We invest a lot of time developing, maintaining and updating our awesome
43
+ open-source projects. You can help us sustain this high-quality of our work by
44
+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
45
+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
46
+ for details.
47
+
48
+ Let's take these projects to the next level together! 🚀
49
+
39
50
## CSV format
40
51
41
52
CSV (Comma-Separated Values or less commonly Character-Separated Values) is a
@@ -295,7 +306,7 @@ test,1,24
295
306
```
296
307
297
308
The ` Encoder ` supports the same optional parameters as the underlying
298
- [ ` fputcsv() ` ] ( http ://php.net/fputcsv) function.
309
+ [ ` fputcsv() ` ] ( https ://www. php.net/fputcsv) function.
299
310
This means that, by default, CSV fields will be delimited by a comma (` , ` ), will
300
311
use a quote enclosure character (` " ` ) and a backslash escape character (` \ ` ).
301
312
This behavior can be controlled through the optional constructor parameters:
@@ -355,7 +366,7 @@ This project follows [SemVer](https://semver.org/).
355
366
This will install the latest supported version:
356
367
357
368
``` bash
358
- $ composer require clue/reactphp-csv:^1.0
369
+ $ composer require clue/reactphp-csv:^1.1
359
370
```
360
371
361
372
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
0 commit comments