PHPackages                             infureal/php-stringable - 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. infureal/php-stringable

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

infureal/php-stringable
=======================

String helper class for better experience

1.0.0(5y ago)011MITPHPPHP ^7.3CI failing

Since Aug 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/inFureal/php-stringable)[ Packagist](https://packagist.org/packages/infureal/php-stringable)[ RSS](/packages/infureal-php-stringable/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Stringable class
====================

[](#php-stringable-class)

[![Packagist License](https://camo.githubusercontent.com/ef9c8c4df2510c6d8636f7cdef0fe160de993e92795862a97dc97572fce79c73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e66757265616c2f7068702d737472696e6761626c653f7374796c653d666c6174)](https://camo.githubusercontent.com/ef9c8c4df2510c6d8636f7cdef0fe160de993e92795862a97dc97572fce79c73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e66757265616c2f7068702d737472696e6761626c653f7374796c653d666c6174)[![Packagist Version](https://camo.githubusercontent.com/99a99ca7a0b8cda15b40370b0c14ad9b21a312e94694982c4270b8a5172b3ca2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e66757265616c2f7068702d737472696e6761626c65)](https://camo.githubusercontent.com/99a99ca7a0b8cda15b40370b0c14ad9b21a312e94694982c4270b8a5172b3ca2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e66757265616c2f7068702d737472696e6761626c65)[![Packagist Downloads](https://camo.githubusercontent.com/3a0d2403a55863e0b6097f6f810c44569cf1bb2c55b1e6e43386ce5c815beff4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e66757265616c2f7068702d737472696e6761626c65)](https://camo.githubusercontent.com/3a0d2403a55863e0b6097f6f810c44569cf1bb2c55b1e6e43386ce5c815beff4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e66757265616c2f7068702d737472696e6761626c65)[![Packagist PHP Version Support](https://camo.githubusercontent.com/40632a2789fd93d5f4e1d4d4da7d0e0aa40505bbec125c717da1e6ee027591b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696e66757265616c2f7068702d737472696e6761626c65)](https://camo.githubusercontent.com/40632a2789fd93d5f4e1d4d4da7d0e0aa40505bbec125c717da1e6ee027591b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696e66757265616c2f7068702d737472696e6761626c65)[![GitHub code size in bytes](https://camo.githubusercontent.com/57428c6bd4ca054cf46cd6cdb65bd446a229e298b657b8fd34b96b185beb4d91/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f696e66757265616c2f7068702d737472696e6761626c65)](https://camo.githubusercontent.com/57428c6bd4ca054cf46cd6cdb65bd446a229e298b657b8fd34b96b185beb4d91/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f696e66757265616c2f7068702d737472696e6761626c65)

This package is inspired by [laravel/laravel](https://github.com/laravel/laravel) facade `Str`

Install
-------

[](#install)

`composer require infureal/php-stringable`

How to use
----------

[](#how-to-use)

```
$str = \Infureal\Str::of('HELLO')
    ->lower();

echo $str; // hello
echo $str->upperFirst(); // Hello
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/296ef439fee2f92e6d3512c96ecb1b5dc63a10aa1a4058771c830c48dd87dd16?d=identicon)[infureal](/maintainers/infureal)

---

Top Contributors

[![infureal](https://avatars.githubusercontent.com/u/22548823?v=4)](https://github.com/infureal "infureal (5 commits)")

### Embed Badge

![Health badge](/badges/infureal-php-stringable/health.svg)

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

###  Alternatives

[pragmarx/support

PragmaRX components support package

591.5M27](/packages/pragmarx-support)[bcremer/line-reader

Read large files line by line in a memory efficient (constant) way.

301.6M4](/packages/bcremer-line-reader)[beelab/recaptcha2-bundle

Provide Google Recaptcha2 form type

55455.1k1](/packages/beelab-recaptcha2-bundle)[lkrms/pretty-php

The opinionated PHP code formatter

14659.1k1](/packages/lkrms-pretty-php)[kreyu/data-table-bundle

Streamlines creation process of the data tables

11299.6k](/packages/kreyu-data-table-bundle)[adhocore/cron-expr

Ultra lightweight Cron Expression parser for PHP

53436.1k3](/packages/adhocore-cron-expr)

PHPackages © 2026

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