jnjxp/http-csv

Parse a publicly hosted CSV. eg. Google Spreadsheet

0.1.1 2016-11-16 18:55 UTC

This package is auto-updated.

Last update: 2024-03-26 07:57:19 UTC


README

#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);