PHPackages                             ifeeline/shadowsocks - 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. ifeeline/shadowsocks

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

ifeeline/shadowsocks
====================

PHP Shadowsocks Client With Workerman or Swoole

17PHP

Since Oct 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ifeeline/shadowsocks)[ Packagist](https://packagist.org/packages/ifeeline/shadowsocks)[ RSS](/packages/ifeeline-shadowsocks/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

安装：

```
composer require ifeeline/shadowsocks
```

配置格式：

```
$config = [
    'local_ip' => '127.0.0.1',
    'local_port' => 1080,
    'process_count' => 12,
    'method' => 'aes-256-cfb',
    'password' => '123456789',
    'servers' => [
         [
             'ip' => '1.1.1.1',
             'port' => 8388
         ],
         [
             'ip' => '2.2.2.2',
             'port' => 8388
         ]
     ]
];
```

用法：

```
注：每次链接，会随机从$servers中选择一个SERVER进行链接。
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19144394?v=4)[ifeeline](/maintainers/ifeeline)[@ifeeline](https://github.com/ifeeline)

### Embed Badge

![Health badge](/badges/ifeeline-shadowsocks/health.svg)

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

###  Alternatives

[nicolasbize/magicsuggest

MagicSuggest is a multiple selection auto-suggest input box for Bootstrap 3.

1.3k85.8k4](/packages/nicolasbize-magicsuggest)[efureev/laravel-trees

Multi-Tree structures for Laravel

14255.3k5](/packages/efureev-laravel-trees)[symfony/firebase-notifier

Symfony Firebase Notifier Bridge

12917.4k1](/packages/symfony-firebase-notifier)[jofrysutanto/windsor

YAML-ised Configuration for ACF

549.2k](/packages/jofrysutanto-windsor)

PHPackages © 2026

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