achertovsky/yii2-json-formatter
Composer 安装命令:
composer require achertovsky/yii2-json-formatter
包简介
Lib to work with SQS
关键字:
README 文档
README
add to composer.json following
"achertovsky/yii2-json-formatter": "@dev"
or
composer require achertovsky/yii2-json-formatter "@dev"
To configure formatter
'components' => [
'formatter' => [
'class' => 'achertovsky\formatter\i18n\Formatter',
],
//...
],
to use formatter
Yii::$app->formatter->asJson($array);
统计信息
- 总下载量: 19.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-06