2017 © Pedro Peláez
 

library sstp

Sakura Script Transfer Protocol.

image

kinzal/sstp

Sakura Script Transfer Protocol.

  • Saturday, June 14, 2014
  • by k-kinzal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SSTP

Sakura Script Transfer Protocol http://usada.sakura.vg/contents/sstp.html, (*1)

Install

Add the package to your composer.json and run composer update., (*2)

{
    "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

The Versions

14/06 2014

dev-master

9999999-dev

Sakura Script Transfer Protocol.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by kinzal

30/11 2013

dev-develop

dev-develop

Sakura Script Transfer Protocol.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by kinzal

30/11 2013

0.0.2

0.0.2.0

Sakura Script Transfer Protocol.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by kinzal

29/11 2013

0.0.1

0.0.1.0

Sakura Script Transfer Protocol.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by kinzal