jnjxp/http-csv

Parse a publicly hosted CSV. eg. Google Spreadsheet

Maintainers

Package info

github.com/jnjxp/jnjxp.http-csv

pkg:composer/jnjxp/http-csv

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2016-11-16 18:55 UTC

This package is auto-updated.

Last update: 2026-02-26 12:04:43 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);