First of all, a statement: I made this PHP version of Fetion as a black box research based on the Fetion communication protocol. It is purely for the purpose of learning and hobby research. Commercial use is not allowed! The source code includes fetionserver.php, which I still provide for free, and a-client.php, which I previously provided for testing. There are two files in the compressed package, vs_fetion (socket version).class.php and vs_fetion.class.php, depending on the actual situation. The protocol used is the same, but the PHP extension used is different. Generally speaking, the compatibility of vs_fetion.class.php is better.
OK, without further ado, let’s serve!
PHP source code download