alexkratky / filestream
Thread safe file write & read
Installs: 53
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexkratky/filestream
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-10-14 21:04:51 UTC
README
FileSream is class that will enable thread safe file write & read. I am not the author of the the class, I just made some changes and change the protocol to panx://. The license is on the end of this page.
Usage
The usage is easy, just add to filepath the panx:// protocol.
For example:
file_put_contents("panx://text.txt", "Hello world!");
License
See safe-stream and license on github.