From bdf580c0fc87a4de76b5aee0c235c7b53acccd51 Mon Sep 17 00:00:00 2001 From: Sujan Mahmud Date: Thu, 23 Jan 2020 15:02:49 +0600 Subject: [PATCH] doc updated --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5635d..5967e0b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ ![GitHub](https://img.shields.io/github/license/sujancse/php-csv-exporter?color=yellow) ## Overview -A fast and tiny PHP library to export data to CSV and ExcelSheet. The library is based on a PHP generator. +A fast and tiny PHP library to export data to CSV. The library is based on a PHP generator. + +## Why Use +It took me 5 seconds to export 5M data so you can call it fast enough. And because of the use of +[Generator](https://www.php.net/manual/en/language.generators.overview.php) it uses less memory +and never get caught by memory exception. ### Installation ```$xslt