kinzal / sstp
Sakura Script Transfer Protocol.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
pkg:composer/kinzal/sstp
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-21 11:47:13 UTC
README
Sakura Script Transfer Protocol http://usada.sakura.vg/contents/sstp.html
Install
Add the package to your composer.json and run composer update.
{ "require": { "kinzal/sstp": "dev-master" } }
Example
$sstp = new SSTP(); $sstp->message = ' SEND SSTP/1.1 Sender: カードキャプター Script: \h\s0汝のあるべき姿に戻れ。\e Option: nodescript,notranslate Charset: Shift_JIS '; $response = $sstp->send('127.0.0.1', 9801, 2); echo $response; // -> SSTP/1.1 200 OK\r\n