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.
composer require 'matthv/laravel-dingo-transform' '~2.0'
- Laravel 9/10
- api-ecosystem-for-laravel/dingo-api > 4.1
Include a X-Key-Inflection header with values of camel or snake in your JSON API requests.
This repo is inspired by the gem "olive_branch"