andrewdanilov/php-filereader

1.0.1 2020-12-09 20:46 UTC

This package is auto-updated.

Last update: 2024-04-10 05:36:35 UTC


README

Classes for simple reading huge files

Installation

The preferred way to install this extension is through composer.

Either run

composer require andrewdanilov/php-filereader "~1.0.0"

or add

"andrewdanilov/php-filereader": "~1.0.0"

to the require section of your composer.json file.

Usage

todo