PHPackages                             zacksleo/wordwrap - 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. zacksleo/wordwrap

ActiveLibrary

zacksleo/wordwrap
=================

wordwrap for chinese: 中英混排字符串均等分割

0.0.1(7y ago)2721MITPHPCI failing

Since Oct 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zacksleo/wordwrap)[ Packagist](https://packagist.org/packages/zacksleo/wordwrap)[ RSS](/packages/zacksleo-wordwrap/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

wordwrap
========

[](#wordwrap)

中英混排字符串均等分割

install
-------

[](#install)

`composer require zacksleo/wordwrap`

usage
-----

[](#usage)

```
$wordwrap = new Wordwrap();
$res = $wordwrap->str2arr('特价 澳洲进口Aptamil pro爱他美白金版牛奶4段900g/罐【包邮】【税费补贴】', 18);
print_r($res);
```

```
Array
(
    [0] => 特价 澳洲进口Aptamil pro爱他美白金版
    [1] => 牛奶4段900g/罐【包邮】【税费补贴】
)

```

```
$res2 = $wordwrap->str2arr('日本Shiseido资生堂悦薇珀翡塑颜亮肤霜 50ml国际版【香港直邮】', 11);
print_r($res2);
```

```
Array
(
    [0] => 日本Shiseido资生堂悦薇
    [1] => 珀翡塑颜亮肤霜 50ml国际
    [2] => 版【香港直邮】
)

```

```
$res3 = $wordwrap->str2arr("美国KIEHL'S科颜氏3件套套装高保湿面霜125ml+金盏花水500ml+牛油果眼霜28g【香港直邮】", 11);
print_r($res3);
```

```
Array
(
    [0] => 美国KIEHL'S科颜氏3件套
    [1] => 套装高保湿面霜125ml+金
    [2] => 盏花水500ml+牛油果眼霜
    [3] => 28g【香港直邮】
)

```

```
$res4 = $wordwrap->str2arr("ALBION/奥尔滨 爽肤精萃液 330ML + 清新莹白渗透乳 保湿型 200G 组合装", 11);
print_r($res4);
```

```
Array
(
    [0] => ALBION/奥尔滨 爽肤精萃
    [1] => 液 330ML + 清新莹白渗透
    [2] => 乳 保湿型 200G 组合装
)

```

```
$res5 = $wordwrap->str2arr("【3盒】韩国MEDIHEAL美迪惠尔/可莱丝NMF补水保湿针剂面膜 10片", 11);
print_r($res5);
```

```
Array
(
    [0] => 【3盒】韩国MEDIHEAL美迪
    [1] => 惠尔/可莱丝NMF补水保湿
    [2] => 针剂面膜 10片
)

```

```
$res6 = $wordwrap->str2arr("【韩国直邮】Sulwhasoo雪花秀 雪花秀 宫中蜜皂礼盒套装 100g", 11);
print_r($res6);
```

```
Array
(
    [0] => 【韩国直邮】Sulwhasoo雪
    [1] => 花秀 雪花秀 宫中蜜皂礼
    [2] => 盒套装 100g
)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

2764d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e97b8a6f67b09513e345a128d73a63898ae1ec9f6a6c77234c78b3f16d305d1?d=identicon)[zacksleo](/maintainers/zacksleo)

---

Top Contributors

[![zacksleo](https://avatars.githubusercontent.com/u/3369169?v=4)](https://github.com/zacksleo "zacksleo (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zacksleo-wordwrap/health.svg)

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

PHPackages © 2026

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