PHPackages                             kinzal/sstp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kinzal/sstp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kinzal/sstp
===========

Sakura Script Transfer Protocol.

0.0.2(12y ago)2222MITPHPPHP &gt;=5.3.0

Since Nov 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/k-kinzal/SSTP)[ Packagist](https://packagist.org/packages/kinzal/sstp)[ RSS](/packages/kinzal-sstp/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

SSTP
====

[](#sstp)

Sakura Script Transfer Protocol

Install
-------

[](#install)

Add the package to your composer.json and run composer update.

```
{
    "require": {
        "kinzal/sstp": "dev-master"
    }
}
```

Example
-------

[](#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
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

4545d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a80fc0ec344912dffbd26e8b1f4b06e9ca987df255e99b091d9025181a2e62ff?d=identicon)[k-kinzal](/maintainers/k-kinzal)

### Embed Badge

![Health badge](/badges/kinzal-sstp/health.svg)

```
[![Health](https://phpackages.com/badges/kinzal-sstp/health.svg)](https://phpackages.com/packages/kinzal-sstp)
```

###  Alternatives

[ccinn/husky-php

Similar to js-husky client git hook implementation

6827.0k1](/packages/ccinn-husky-php)[keios/moneyright

Precise, GAAP-compliant, database-friendly Money Value Object

2055.5k1](/packages/keios-moneyright)[lloricode/laravel-html-table

Html table generator for laravel

1561.9k1](/packages/lloricode-laravel-html-table)[lingxi/hashids

A Hashids bridge for Laravel

183.3k](/packages/lingxi-hashids)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
