Skip to content

Commit

Permalink
doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sujancse committed Jan 23, 2020
1 parent 8ed94e5 commit bdf580c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdf580c

Please sign in to comment.