Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 365 Bytes

tnfs-php

This is a class for using the TNFS protocol with PHP. An example script is included.

Docker

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.