szonov / text-source
Reading texts from different sources
Installs: 28 772
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.1
This package is auto-updated.
Last update: 2025-01-29 05:33:26 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