PHPackages                             divineomega/php-camel-caser - 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. divineomega/php-camel-caser

Abandoned → [jord-jd/php-camel-caser](/?search=jord-jd%2Fphp-camel-caser)Library[Utility &amp; Helpers](/categories/utility)

divineomega/php-camel-caser
===========================

Lets you use built-in PHP functions in camel case

v3.0.0(2mo ago)10162[1 issues](https://github.com/Jord-JD/php-camel-caser/issues)[1 PRs](https://github.com/Jord-JD/php-camel-caser/pulls)LGPL-3.0-onlyPHPPHP ^7.4 || ^8.0

Since Sep 5Pushed 2mo agoCompare

[ Source](https://github.com/Jord-JD/php-camel-caser)[ Packagist](https://packagist.org/packages/divineomega/php-camel-caser)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-php-camel-caser/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

🐪💼 PHP Camel Caser
==================

[](#-php-camel-caser)

[![Build Status](https://camo.githubusercontent.com/f348d6ae1b5234cd79955b60139164ed9b42250bac59f71fc77d639f43efc71b/68747470733a2f2f7472617669732d63692e6f72672f4a6f72642d4a442f7068702d63616d656c2d63617365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Jord-JD/php-camel-caser)[![Coverage Status](https://camo.githubusercontent.com/827bb38ef7ac6b2885be02bfc4d248d403c6ee57013b16e5b6ee5438de4d4662/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4a6f72642d4a442f7068702d63616d656c2d63617365722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Jord-JD/php-camel-caser?branch=master)[![StyleCI](https://camo.githubusercontent.com/f37b06ae7c3dfafcca634c099e4bd6ebc85e467f45bf85b36f3e879895fd1438/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134373531313139322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/147511192)[![Packagist](https://camo.githubusercontent.com/f1ca6959f1fa4c626abb0242b04507d89e92a304eae0d7dd32a65d85284ff8c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f72642d6a642f7068702d63616d656c2d63617365722e737667)](https://packagist.org/packages/jord-jd/php-camel-caser/stats)

This package lets you use built-in PHP functions in camel case.

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

[](#installation)

PHP Camel Caser can be easily installed using Composer. Just run the following command from the root of your project.

```
composer require jord-jd/php-camel-caser

```

If you have never used the Composer dependency manager before, head to the [Composer website](https://getcomposer.org/) for more information on how to get started.

Usage
-----

[](#usage)

After installing PHP Camel Caser, the new functions are available straight away.

Some example usage is shown below.

```
require_once __DIR__.'/vendor/autoload.php';

strReplace('c', 'b', 'cat');                // bat
strWordCount("Hello world!");               // 2
inArray('Picard', ['Picard', 'Janeway']);   // true

// and so on...
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance81

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity69

Established project with proven stability

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

Total

3

Last Release

88d ago

Major Versions

v1.0.0 → v2.0.02018-10-23

v2.0.0 → v3.0.02026-02-14

PHP version history (2 changes)v2.0.0PHP ^7.1

v3.0.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Tags

camel-casecamelcasefunctionsphpphp-functions

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/divineomega-php-camel-caser/health.svg)

```
[![Health](https://phpackages.com/badges/divineomega-php-camel-caser/health.svg)](https://phpackages.com/packages/divineomega-php-camel-caser)
```

###  Alternatives

[dm/ajaxcom

Controls Ajax from PHP

1816.4k](/packages/dm-ajaxcom)[slack/hack-json-schema

Hack JSON Schema generator

302.4k](/packages/slack-hack-json-schema)[proai/lumen-annotations

Route and event binding annotations for Laravel Lumen

1012.4k](/packages/proai-lumen-annotations)

PHPackages © 2026

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