PHPackages                             stringy/stringy - 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. stringy/stringy

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

stringy/stringy
===============

String class

08.3kPHP

Since Jan 16Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Stringy
=======

[](#stringy)

[![Build Status](https://camo.githubusercontent.com/6fe1f3ae322007bcbf5be6c023ab4f51cd0d4d70292327a9658eb00813450a38/68747470733a2f2f7472617669732d63692e6f72672f736b6970746972656e67752f737472696e67792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/skiptirengu/stringy)

Simple wrapper class for PHP string functions

Requirements
------------

[](#requirements)

The minimum requirement is PHP 5.4.

Usage
-----

[](#usage)

Using the helper function `str()`

```
  str('FooBar')->charAt(0)->length();
```

or creating a new instance manually

```
  $string = new \String\Stringy('FooBarQux');  // 1
  $string->slice(3, 3)->equals('Bar');  // true
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/98a8cba622cb753034b152931856963f9f6deea67ac8a5d8fa4e80c845eb9fa2?d=identicon)[skiptirengu](/maintainers/skiptirengu)

---

Top Contributors

[![sugiruu](https://avatars.githubusercontent.com/u/5993725?v=4)](https://github.com/sugiruu "sugiruu (19 commits)")

### Embed Badge

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

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

###  Alternatives

[yemenpoint/filament-tree

Filament Tree field and page

281.5k](/packages/yemenpoint-filament-tree)

PHPackages © 2026

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