PHPackages                             k-ko/strings-normalizer - 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. k-ko/strings-normalizer

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

k-ko/strings-normalizer
=======================

Helper to normalize strings

v1.0.1(4y ago)15MITPHP

Since Jul 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/K-Ko/Strings-Normalizer)[ Packagist](https://packagist.org/packages/k-ko/strings-normalizer)[ RSS](/packages/k-ko-strings-normalizer/feed)WikiDiscussions master Synced 6d ago

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

K-Ko/Strings-Normalizer
=======================

[](#k-kostrings-normalizer)

Helper to normalize strings
---------------------------

[](#helper-to-normalize-strings)

### Methods

[](#methods)

**All methods preserves letters and numbers only.**

```
# All lowercase, nur buchstaben und ziffern, remove spaces, underscores
public static function toLowercase(string $string): string

# All uppercase, remove spaces, underscores
public static function toUppercase(string $string): string

# lowerCamelCase
public static function toCamelCase(string $string): string

# UpperCamelCase
public static function toUpperCamelCase(string $string): string

# snake_case
public static function toSnakeCase(string $string): string

# slugify-a-string
public static function slugify(string $string): string

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~0 days

Total

2

Last Release

1778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b147e5fe1bf52c9cf3646306e97c84f56f17aa34a45f02547c231a48e5a4c211?d=identicon)[K-Ko](/maintainers/K-Ko)

---

Top Contributors

[![K-Ko](https://avatars.githubusercontent.com/u/327396?v=4)](https://github.com/K-Ko "K-Ko (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/k-ko-strings-normalizer/health.svg)

```
[![Health](https://phpackages.com/badges/k-ko-strings-normalizer/health.svg)](https://phpackages.com/packages/k-ko-strings-normalizer)
```

###  Alternatives

[jsila/emoji-images-php

Parses text for emoji names and converts them to corresponding images.

1115.4k](/packages/jsila-emoji-images-php)

PHPackages © 2026

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