PHPackages                             chris1109873/case-converter - 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. chris1109873/case-converter

ActiveLibrary

chris1109873/case-converter
===========================

A package for converting camel case to snake case and vice versa.

v1.0.0(4y ago)05PHP

Since May 21Pushed 4y ago1 watchersCompare

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

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

chris1109873/case-converter
===========================

[](#chris1109873case-converter)

A package for converting camel case to snake case and vice versa.

Installation
------------

[](#installation)

```
composer require chris1109873/case-converter
```

Usage
-----

[](#usage)

```
use Chris\CaseConverter;

$converter = new CaseConverter('snake_to_camel');
echo $converter->snakeToCamel(); // 'snakeToCamel'

$converter = new CaseConverter('camelToSnake');
echo $converter->camelToSnake(); // 'camel_to_snake'
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1814d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/chris1109873-case-converter/health.svg)

```
[![Health](https://phpackages.com/badges/chris1109873-case-converter/health.svg)](https://phpackages.com/packages/chris1109873-case-converter)
```

PHPackages © 2026

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