PHPackages                             ssolweb/string-morpher - 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. ssolweb/string-morpher

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

ssolweb/string-morpher
======================

A powerful string manipulation library

v1.1.1(3mo ago)22278↓50%2[4 issues](https://github.com/SSolWEB/string-morpher/issues)[1 PRs](https://github.com/SSolWEB/string-morpher/pulls)1MITPHPPHP &gt;=8.0CI passing

Since Mar 21Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/SSolWEB/string-morpher)[ Packagist](https://packagist.org/packages/ssolweb/string-morpher)[ Docs](https://ssolweb.github.io/string-morpher/)[ RSS](/packages/ssolweb-string-morpher/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (1)

String Morpher, A powerful string manipulation library
======================================================

[](#string-morpher-a-powerful-string-manipulation-library)

String Morpher A powerful and versatile string manipulation library designed for developers who need efficient and intuitive solutions for modifying and masking strings.

Status
------

[](#status)

[![Build Status](https://github.com/SSolWEB/string-morpher/actions/workflows/on-push-main.yml/badge.svg)](https://github.com/SSolWEB/string-morpher/actions/workflows/on-push-main.yml)[![Packagist Version](https://camo.githubusercontent.com/3a355b1106d448f7eaed97873ff28eaa8a225e04303107761877059158740e8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73736f6c7765622f737472696e672d6d6f7270686572)](https://packagist.org/packages/ssolweb/string-morpher)[![Packagist License](https://camo.githubusercontent.com/dac26382321e7373a30fa31ff8f73ecb44801077f5eefb3bde9ce6ee8465a3a2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73736f6c7765622f737472696e672d6d6f7270686572)](https://packagist.org/packages/ssolweb/string-morpher)

Documentation
-------------

[](#documentation)

To see how to use and more details visit: [documentation](https://ssolweb.github.io/string-morpher)

You can start installing:

`composer require ssolweb/string-morpher`

Use:

```
use SSolWEB\StringMorpher\StringMorpher as SM;

// you can chain methods
$string = SM::make($string)
    ->trim()
    ->replace('fox', 'dog')
    ->sub(5, 20)
    ->toLower();

$captalizedAlpha = SM::onlyAlpha($string)
    ->captalize();

$pascalCase = SM::captalize($string)
    ->withoutSpaces();

// and use like a string
echo $string;
echo $captalizedAlpha;
$json = json_encode(['data' => $pascalCase]);

// or return string primitive string value
echo $string->getString();
```

Contributing
------------

[](#contributing)

Please see the [contributing](https://ssolweb.github.io/string-morpher/docs/contributing/) entry for more details.

Credits
-------

[](#credits)

[Vinicius de Santana](https://github.com/viniciusvts)

License
-------

[](#license)

The package is open source software licensed under the [MIT LICENSE](https://ssolweb.github.io/string-morpher/docs/license/).

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance80

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.6% 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 ~34 days

Recently: every ~76 days

Total

10

Last Release

115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60dfd87d0119efad7771dbd6025c3e95f5825994fdeb1445a67c368debb9eeed?d=identicon)[vtsantana](/maintainers/vtsantana)

---

Top Contributors

[![viniciusvts](https://avatars.githubusercontent.com/u/18272399?v=4)](https://github.com/viniciusvts "viniciusvts (56 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (2 commits)")

---

Tags

laravelstringmanipulationchangesMaskingmorphing

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ssolweb-string-morpher/health.svg)

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

###  Alternatives

[hallindavid/manny

a package of manipulators that hopefully come in useful for those of us who always forget regex when we need it (manny is short for manipulation)

38103.3k2](/packages/hallindavid-manny)[jasonlam604/stringizer

Stringizer is a PHP string manipulation library with support for method chaining and multibyte handling

35110.5k1](/packages/jasonlam604-stringizer)[statamic/stringy

A string manipulation library with multibyte support, forked from @statamic

234.5M14](/packages/statamic-stringy)[danielstjules/sliceable-stringy

Python string slices in PHP

4751.6k1](/packages/danielstjules-sliceable-stringy)[madewithlove/laravel-nova-uuid-support

Adds uuid and other string identifier support to Laravel Nova

28132.9k](/packages/madewithlove-laravel-nova-uuid-support)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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