PHPackages                             topsyx6/syx6-helper - 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. topsyx6/syx6-helper

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

topsyx6/syx6-helper
===================

The syx6PHP6 Helper Package

v3.2(6y ago)0141Apache-2.0PHPPHP &gt;=7.1.0

Since Sep 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/qwe2824253/syx6-helper)[ Packagist](https://packagist.org/packages/topsyx6/syx6-helper)[ RSS](/packages/topsyx6-syx6-helper/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (1)

syx6php6 常用的一些扩展类库
==================

[](#syx6php6-常用的一些扩展类库)

基于PHP7.1+

> 以下类库都在`\\syx6\\helper`命名空间下

Str
---

[](#str)

> 字符串操作

```
// 检查字符串中是否包含某些字符串
Str::contains($haystack, $needles)

// 检查字符串是否以某些字符串结尾
Str::endsWith($haystack, $needles)

// 获取指定长度的随机字母数字组合的字符串
Str::random($length = 16)

// 字符串转小写
Str::lower($value)

// 字符串转大写
Str::upper($value)

// 获取字符串的长度
Str::length($value)

// 截取字符串
Str::substr($string, $start, $length = null)

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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 ~0 days

Total

3

Last Release

2469d ago

Major Versions

v1.0 → v3.12019-09-26

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/topsyx6-syx6-helper/health.svg)

```
[![Health](https://phpackages.com/badges/topsyx6-syx6-helper/health.svg)](https://phpackages.com/packages/topsyx6-syx6-helper)
```

###  Alternatives

[respect/stringifier

Converts any value to a string

2623.5M8](/packages/respect-stringifier)

PHPackages © 2026

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