Skip to content

FujiNetWIFI/tnfs-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.