This is a class for using the TNFS protocol with PHP. An example script is included.
To run the example script with Docker, please execute:
docker build -t tnfs .
docker run -ti --rm -p 80:8080 tnfs
And then open http://localhost:8080 in your browser.