matthv/laravel-dingo-transform
最新稳定版本:v2.0.0
Composer 安装命令:
composer require 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.
README 文档
README
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.
This repo is inspired by the gem "olive_branch"
统计信息
- 总下载量: 13.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-29