PHPackages                             mattketmo/camel - 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. mattketmo/camel

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

mattketmo/camel
===============

Tiny library to handle words case transformation

v1.1.0(11y ago)29357.0k↑35.5%317MITPHP

Since Sep 14Pushed 10y ago4 watchersCompare

[ Source](https://github.com/MattKetmo/camel)[ Packagist](https://packagist.org/packages/mattketmo/camel)[ RSS](/packages/mattketmo-camel/feed)WikiDiscussions master Synced 1mo ago

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

Camel
=====

[](#camel)

[![Build status...](https://camo.githubusercontent.com/4bc308f582a16a6ea07bc2512d018a37fcc6807ecdb1de9cb74172e0864d0af0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d6174744b65746d6f2f63616d656c2e7376673f7374796c653d666c6174)](http://travis-ci.org/MattKetmo/camel)[![Code quality...](https://camo.githubusercontent.com/ae1e286a5064f46dd157ce6ea694cffaf3eedeca40e844a17abcef2e8994354d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4d6174744b65746d6f2f63616d656c2e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/MattKetmo/camel/)[![License MIT](https://camo.githubusercontent.com/db79b92834d905629b1aea42c9aa493da02060189e2af90840b1be5d6bf6ddf7/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://github.com/MattKetmo/camel/blob/master/LICENSE)[![Packagist](https://camo.githubusercontent.com/bf32ef25e225bdef9e452f438d1b9a636bb3d76817432a1a25ab360f9f752bff/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6174746b65746d6f2f63616d656c2e7376673f7374796c653d666c6174)](https://packagist.org/packages/mattketmo/camel)

Tiny library to handle words case transformation.

The main idea is to split the given word into several words and assemble them in another format.

Example: `camelCase => [camel, Case] => camel_case`

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

[](#installation)

```
composer require mattketmo/camel
```

Usage
-----

[](#usage)

```
