Skip to content

Commit 424aa92

Browse files
authored
Update README.md
1 parent 598cbee commit 424aa92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is a perfect scenario for ETL.
3636

3737
* [ArrayEntry](src/Flow/ETL/Row/Entry/ArrayEntry.php)
3838
* [BooleanEntry](src/Flow/ETL/Row/Entry/BooleanEntry.php)
39-
* [CollectionEntry](src/Flow/ETL/Row/Entry/CollectionEntry.php)
39+
* [FloatEntry](src/Flow/ETL/Row/Entry/FloatEntry.php)
4040
* [DateEntry](src/Flow/ETL/Row/Entry/DateEntry.php)
4141
* [DateTimeEntry](src/Flow/ETL/Row/Entry/DateTimeEntry.php)
4242
* [IntegerEntry](src/Flow/ETL/Row/Entry/IntegerEntry.php)
@@ -59,7 +59,8 @@ Adapters provides Extractors and Transformers for popular data storages or abstr
5959
* [CSV](https://github.com/flow-php/etl-adapter-csv)
6060
* [JSON](https://github.com/flow-php/etl-adapter-json)
6161
* [XML](https://github.com/flow-php/etl-adapter-xml)
62-
* [HTTP](https://packagist.org/packages/flow-php/etl-adapter-http)
62+
* [HTTP](https://github.com/flow-php/etl-adapter-http)
63+
* [Logger](https://github.com/flow-php/etl-adapter-logger)
6364

6465
**❗ If adapter that you are looking for is missing and you are willing to work on one, feel free to create one as a standalone repository.**
6566
**Well designed and documented adapters can be pulled into `flow-php` organization that will give them maintenance and security support from the organization.**

0 commit comments

Comments
 (0)