Search by

rkr / std-lib

rkr

0.1.3 2026-01-18 19:08 UTC

This package is auto-updated.

Last update: 2026-08-18 20:49:09 UTC


README

Installation

composer require rkr/std-lib

Table of Contents

  • StdLib\FS\CSVFile — CSV file reader/writer generators with header mapping, BOM stripping, and configurable delimiters.
  • StdLib\FS\Directory — Directory iteration, line reading, CSV parsing from strings, mkdir helper, and recursive removal.
  • StdLib\FS\File — File content helpers for reading, in-memory streams, line filtering, and safe writes.
  • StdLib\Json\JSON — JSON encode/decode helpers with pretty printing and exception-safe parsing.
  • DateFns\DateFns — Date manipulation functions.