Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 308 Bytes

#jnjxp.http-csv

Use HTTPlug to create an instance of Leage\Csv from a remote csv file. eg. Google Spreadsheet.

Install

composer require jnjxp/http-csv

Usage

use Jnjxp\HttpCsv\Reader;

$csv = (new Reader)->fromUri($uri);