PHPackages                             ikwattro/string-object - 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. ikwattro/string-object

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

ikwattro/string-object
======================

String manipulation with objects

1.1.0(9y ago)0551MIT

Since Dec 23Compare

[ Source](https://github.com/ikwattro/php-string-object)[ Packagist](https://packagist.org/packages/ikwattro/string-object)[ RSS](/packages/ikwattro-string-object/feed)WikiDiscussions Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

String-Object
-------------

[](#string-object)

PHP String manipulation with objects.

Get it :

```
composer require ikwattro/string-object
```

Example :

```
$code = StringObject::newInstance("Toys - Bicycles and Bikes - 12398")
    ->split("-")
    ->last()
    ->trim();`

# 12398
```

```
$formatted = StringObject::newInstance("Christmas is on 25/12")
    ->toLower()
    ->replace("/","-");

# christmas is on 25-12
```

Licence
-------

[](#licence)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~0 days

Total

2

Last Release

3476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c66009f0f147bb7dfcfbbd6837176b2fe6c6e2cdcf82d9ad07ab7d7aa47735f4?d=identicon)[ikwattro](/maintainers/ikwattro)

---

Top Contributors

[![ikwattro](https://avatars.githubusercontent.com/u/1222009?v=4)](https://github.com/ikwattro "ikwattro (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ikwattro-string-object/health.svg)

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

###  Alternatives

[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

635.5M36](/packages/symfony-ux-autocomplete)[voku/urlify

PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.

254.2M8](/packages/voku-urlify)

PHPackages © 2026

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