LaravelPackages.net
Acme Inc.
Toggle sidebar
matthv/laravel-dingo-transform

This repository lets your API users pass in and receive camelCased or snake_cased keys while your app receives and produces snake_cased ones.

13.334
1
v2.0.0
About matthv/laravel-dingo-transform

matthv/laravel-dingo-transform is a Laravel package for this repository lets your api users pass in and receive camelcased or snake_cased keys while your app receives and produces snake_cased ones.. It currently has 1 GitHub stars and 13.334 downloads on Packagist (latest version v2.0.0). Install it with composer require matthv/laravel-dingo-transform. Discover more Laravel packages by matthv or browse all Laravel packages to compare alternatives.

Last updated

LARAVEL DINGO TRANSFORM

This repository extends the Dingo API package. It lets your API users pass in and receive camelCased or snake_cased keys while your app receives and produces snake_cased ones.

Installation

composer require 'matthv/laravel-dingo-transform' '~2.0'

Requirements

  • Laravel 9/10
  • api-ecosystem-for-laravel/dingo-api > 4.1

Use

Include a X-Key-Inflection header with values of camel or snake in your JSON API requests.

snake_case camelCase


This repo is inspired by the gem "olive_branch"


Star History Chart