ronappleton/php-key-changer
Composer 安装命令:
composer create-project ronappleton/php-key-changer
包简介
Format Json string, object and array keys.
README 文档
README
Simple, PhpKeyChanger allows you to pass a json string, object or an array and it will recursively re-key the array using the case you give it.
- Camel Case
- Pascal Case
- Snake Case
- Kebab Case
- Studly Case
Installation
Note: Php key changer requires php ^7.4
composer require ronappleton/php-key-changer
Usage
use RonAppleton\PhpKeyChanger\PhpKeyChanger;
$reKeyed = PhpKeyChanger::reKey($array, 'snake');
You can use any of the above cases, and you can pass in a Json object, a Json string or an Array, it will be return the same type that you pass in.
Credits
I used Illuminate\Support\Str as the basis of the StringConverters class`, many thanks Taylor Otwell and all contributors.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-18