PHPackages                             connectmusistic/php-string-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. connectmusistic/php-string-helper

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

connectmusistic/php-string-helper
=================================

A lightweight PHP string helper library for everyday use.

v1.0.0(9mo ago)01MITPHPPHP ^8.0CI passing

Since Aug 18Pushed 9mo agoCompare

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

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

php-string-helper
=================

[](#php-string-helper)

Lightweight PHP string helpers.

Install
-------

[](#install)

composer require connectmusistic/php-string-helper

Usage
-----

[](#usage)

```
use Connectmusistic\StringHelper\StringHelper as S;
S::snake("Hello World");       // hello_world
S::studly("hello_world");      // HelloWorld
S::limit("Long message...", 8);// Long mes...
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance58

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

271d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21f8f5a3a985331f0c8d21043710a2a3082912a79636010be1c717e89bf27a44?d=identicon)[Badal Sutradhar](/maintainers/Badal%20Sutradhar)

---

Top Contributors

[![connectmusistic-prog](https://avatars.githubusercontent.com/u/227204951?v=4)](https://github.com/connectmusistic-prog "connectmusistic-prog (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/connectmusistic-php-string-helper/health.svg)

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

PHPackages © 2026

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