rkr/std-lib

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rkr/std-lib

0.1.3 2026-01-18 19:08 UTC

This package is auto-updated.

Last update: 2026-01-18 19:09:33 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.