{"id":14974475,"url":"https://github.com/grohiro/laravel-camelcase-json","last_synced_at":"2025-10-27T09:30:28.813Z","repository":{"id":55005336,"uuid":"88832100","full_name":"grohiro/laravel-camelcase-json","owner":"grohiro","description":"Convert response JSON key to camelCase","archived":false,"fork":false,"pushed_at":"2021-01-15T22:41:43.000Z","size":8,"stargazers_count":27,"open_issues_count":5,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-06T11:55:30.701Z","etag":null,"topics":["laravel-5-package","laravel5"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grohiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-20T07:03:49.000Z","updated_at":"2024-09-23T15:32:49.000Z","dependencies_parsed_at":"2022-08-14T08:50:32.372Z","dependency_job_id":null,"html_url":"https://github.com/grohiro/laravel-camelcase-json","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grohiro%2Flaravel-camelcase-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grohiro%2Flaravel-camelcase-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grohiro%2Flaravel-camelcase-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grohiro%2Flaravel-camelcase-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grohiro","download_url":"https://codeload.github.com/grohiro/laravel-camelcase-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238471955,"owners_count":19478134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel-5-package","laravel5"],"created_at":"2024-09-24T13:50:37.136Z","updated_at":"2025-10-27T09:30:28.485Z","avatar_url":"https://github.com/grohiro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-camelcase-json\n\nConvert response JSON key to camelCase.\n\n## Usage\n\n**In controller class**\n\n```php\nreturn response()-\u003ejson($model);\n// =\u003e ['userName' =\u003e 'foo', 'userKey' =\u003e 'bar', ...]\n```\n\n## Requirements\n\n- Laravel 5+\n\n## Install \n\n```bash\n$ composer require 'grohiro/laravel-camelcase-json' '~1.0'\n# Laravel 5.7+\n$ composer require 'grohiro/laravel-camelcase-json' '~2.0'\n```\n\nAdd the service provider.\n\n**config/app.php**\n\n```php\n'provider' =\u003e [\n\t// default providers\n\t// ...\n\t\n\tGrohiro\\LaravelCamelCaseJson\\CamelCaseJsonResponseServiceProvider::class,\n],\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrohiro%2Flaravel-camelcase-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrohiro%2Flaravel-camelcase-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrohiro%2Flaravel-camelcase-json/lists"}