Skip to content

Commit e5578b4

Browse files
committed
Merge branch 'master' of https://github.com/sujancse/exporter
2 parents a225474 + e89b0d7 commit e5578b4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
## Overview
2-
A fast and tiny PHP library to export data to csv, excel etc.
3-
The library is based of PHP generator. It used only 20MB memory
4-
to download 5 Million data. Tested on Laravel 6.
2+
A fast and tiny PHP library to export data to CSV, Excel, etc. The library is based on a PHP generator. It used only 20MB memory to download 5 Million data, whereas without generator it will take up to 500MB of memory. Tested on Laravel 6.
53

64
### Installation
75
```$xslt
8-
composer require sujan/exporter
6+
composer require sujan/php-csv-exporter
97
```
108

119
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sujan/exporter",
2+
"name": "sujan/php-csv-exporter",
33
"description": "A PHP library to export data to csv, xlsx etc",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)