PHPackages                             chilimatic/transformer-component - 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. [Framework](/categories/framework)
4. /
5. chilimatic/transformer-component

ActiveLibrary[Framework](/categories/framework)

chilimatic/transformer-component
================================

transformer component for the chilimatic-framework

2.0.1(10y ago)01852MITPHPPHP &gt;=7

Since Apr 29Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (9)Used By (2)

[![Build Status](https://camo.githubusercontent.com/637edaec4e0fb54976053902e9fca2a3ad9a9165bb25a1ae4be5e6d8fbd0ffa0/68747470733a2f2f7472617669732d63692e6f72672f6368696c696d617469632f7472616e73666f726d65722d636f6d706f6e656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chilimatic/transformer-component)

transformer-component
=====================

[](#transformer-component)

Transformer Component for the chilimatic framework

A simple lib to encapsulate string transformations into 1 specific class that can be chained

```
php > require_once('vendor/autoload.php');
php > $transformer = new \chilimatic\lib\Transformer\String\UnderScoreToCamelCase();
php > echo $transformer('my_test');
myTest
```

The idea was original from the usual "url to method" problem. I didn't want the url to be something like "thisIsMyCamelCaseAction" because it's easier to misread than "this-is-my-camel-case-action" because of the whitespace characters but since im PSR compatible I switched to consistent camelcase.

for the other transformers please read the unit tests :) that's why i wrote them... If you find bugs just let me know.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

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

Total

7

Last Release

3652d ago

Major Versions

1.0.3 → 2.0.02016-06-06

PHP version history (2 changes)1.0.0PHP &gt;=5.4

2.0.0PHP &gt;=7

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6705416?v=4)[j](/maintainers/chilimatic)[@chilimatic](https://github.com/chilimatic)

---

Top Contributors

[![chilimatic](https://avatars.githubusercontent.com/u/6705416?v=4)](https://github.com/chilimatic "chilimatic (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chilimatic-transformer-component/health.svg)

```
[![Health](https://phpackages.com/badges/chilimatic-transformer-component/health.svg)](https://phpackages.com/packages/chilimatic-transformer-component)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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