PHPackages                             liftkit/token - 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. liftkit/token

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

liftkit/token
=============

Library for working with string identifiers

v1.0.3(8y ago)11.6k1LGPL-2.1-onlyPHP

Since Feb 22Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (1)

token
=====

[](#token)

A library for working with string identifiers.

Capitalized
-----------

[](#capitalized)

```
use LiftKit\Token\Token;

$token = new Token('some string');

echo $token->capitalized();
// Some String
```

Uppercase
---------

[](#uppercase)

```
$token = new Token('some string');

echo $token->uppercase();
// SOME STRING
```

Lowercase
---------

[](#lowercase)

```
$token = new Token('SOme stRing');

echo $token->lowercase();
// some string
```

Camelcase
---------

[](#camelcase)

```
$token = new Token('some string');

echo $token->camelcase();
// someString
```

Join
----

[](#join)

```
$token = new Token('some string with words');

echo $token->join('$');
// some$string$with$words
```

Dashed
------

[](#dashed)

```
$token = new Token('some string with words');

echo $token->dashed();
// some-string-with-words
```

Underscored
-----------

[](#underscored)

```
$token = new Token('some string with words');

echo $token->underscored();
// some_string_with_words
```

Combination
-----------

[](#combination)

```
$token = new Token('some string with words');

echo $token->uppercase()->underscored();
// SOME_STRING_WITH_WORDS
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

3076d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d501887cec7d9f26e1b14f92b3759de77256f57e4dc00537507e94e25700560?d=identicon)[rwstream9](/maintainers/rwstream9)

---

Top Contributors

[![rwstream9](https://avatars.githubusercontent.com/u/1824185?v=4)](https://github.com/rwstream9 "rwstream9 (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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