A single function to read CSV files

Maintainers

Details

github.com/librevlad/csv

Source

Issues

Installs: 97

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/librevlad/csv

0.2 2022-08-01 10:50 UTC

This package is auto-updated.

Last update: 2025-09-29 02:43:03 UTC


README

A tiny function to read CSV files.

Installation

You can install the package via composer:

composer require librevlad/csv

Usage

$data = floadcsv( $file, $headings = false, $delimiter = ',', $limit = null )

License

The MIT License (MIT).