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

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

iboxs/iboxs-helper
==================

The iboxsPHP6 Helper Package

1.1.1(5mo ago)0995Apache-2.0PHPPHP &gt;=8.0

Since Sep 25Pushed 5mo agoCompare

[ Source](https://github.com/iboxs-frame/iboxs-helper)[ Packagist](https://packagist.org/packages/iboxs/iboxs-helper)[ RSS](/packages/iboxs-iboxs-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (5)

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

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

基于PHP7.1+

[![PHP Composer](https://github.com/larvatecn/iboxs-helper/actions/workflows/php.yml/badge.svg)](https://github.com/larvatecn/iboxs-helper/actions/workflows/php.yml)

> 以下类库都在`\\iboxs\\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

38

—

LowBetter than 85% of packages

Maintenance72

Regular maintenance activity

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

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

Every ~400 days

Total

3

Last Release

159d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

1.1.1PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/89eac34578919508993255948f343a12dd87fbf7f49fe17d147a6715f20da1bd?d=identicon)[itlattice](/maintainers/itlattice)

---

Top Contributors

[![itlattice](https://avatars.githubusercontent.com/u/89900720?v=4)](https://github.com/itlattice "itlattice (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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