szonov / text-source
Reading texts from different sources
v1.0.1
2017-02-07 02:18 UTC
Requires
- php: >=5.3.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 01:42:03 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