PHPackages                             traesh/laravel-uppercamelcase-json - 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. traesh/laravel-uppercamelcase-json

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

traesh/laravel-uppercamelcase-json
==================================

Convert response JSON key to camelCase

1.2.0(7y ago)010MITPHP

Since Apr 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Traesh/laravel-uppercamelcase-json)[ Packagist](https://packagist.org/packages/traesh/laravel-uppercamelcase-json)[ RSS](/packages/traesh-laravel-uppercamelcase-json/feed)WikiDiscussions master Synced today

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

laravel-uppercamelcase-json
===========================

[](#laravel-uppercamelcase-json)

Convert response JSON key to UpperCamelCase.

Usage
-----

[](#usage)

**In controller class**

```
return response()->json($model);
// => ['UserName' => 'foo', 'UserKey' => 'bar', ...]
```

Requirements
------------

[](#requirements)

- Laravel 5+

Install
-------

[](#install)

```
$ composer require 'traesh/laravel-uppercamelcase-json' '~1.0'
```

Add the service provider.

**config/app.php**

```
'provider' => [
	// default providers
	// ...

	Traesh\LaravelUpperCamelCaseJson\UpperCamelCaseJsonResponseServiceProvider::class,
],
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 52.4% 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 ~208 days

Total

4

Last Release

2684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ba70cf4d28d535d32d42ec5da485f2573f03955638a7946051f638a39a2df89?d=identicon)[Traesh](/maintainers/Traesh)

---

Top Contributors

[![grohiro](https://avatars.githubusercontent.com/u/6082303?v=4)](https://github.com/grohiro "grohiro (11 commits)")[![Traesh](https://avatars.githubusercontent.com/u/9392905?v=4)](https://github.com/Traesh "Traesh (7 commits)")[![mix5003](https://avatars.githubusercontent.com/u/1129524?v=4)](https://github.com/mix5003 "mix5003 (3 commits)")

### Embed Badge

![Health badge](/badges/traesh-laravel-uppercamelcase-json/health.svg)

```
[![Health](https://phpackages.com/badges/traesh-laravel-uppercamelcase-json/health.svg)](https://phpackages.com/packages/traesh-laravel-uppercamelcase-json)
```

###  Alternatives

[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

63242.1k](/packages/rewieer-taskschedulerbundle)[ghoster/module-outofstockatlast

Magento 2.4.x module Sort Out Of Stock Product At last the product list

60122.6k](/packages/ghoster-module-outofstockatlast)[fof/byobu

Well integrated, advanced private discussions.

61105.8k9](/packages/fof-byobu)[flowpack/listable

Tiny extension for listing things

35209.0k7](/packages/flowpack-listable)[snowdog/module-alpaca-components

Components of the Alpaca theme for Magento 2

4582.2k2](/packages/snowdog-module-alpaca-components)

PHPackages © 2026

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