szonov/text-source

Reading texts from different sources

Maintainers

Package info

github.com/szonov/text-source

pkg:composer/szonov/text-source

Statistics

Installs: 35 093

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2017-02-07 02:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:42 UTC


README

Reading texts from different sources

This small library contains Interface for reading texts from different sources and several implementations.

For now implemented:

  • FilePointer - read data from file pointer
  • File - read data from file
  • Text - read data from string
  • Command - read data from command line output