jnjxp/http-csv

Parse a publicly hosted CSV. eg. Google Spreadsheet

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jnjxp/http-csv

0.1.1 2016-11-16 18:55 UTC

This package is auto-updated.

Last update: 2025-09-26 11:10:20 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);