tigress/data-converter

v1.0.0 2024-07-04 13:23 UTC

This package is auto-updated.

Last update: 2024-09-04 13:47:57 UTC


README

Tigress框架的数据转换模块。它可以将数据转换为不同的格式。

  • JSON
  • XML
  • 数组
  • 对象
  • CSV

安装

您可以使用composer创建新的Tigress项目。

composer create-project tigress/tigress <project_name>

独立安装

您可以将此包与Tigress框架分开使用。

composer require tigress/data-converter