bovsunovsky/serialize-study-library
Composer 安装命令:
composer require bovsunovsky/serialize-study-library
包简介
This is a serializeStudyLibrary project.
README 文档
README
This is a study serialize library.
Installation
Either run
composer require bovsunovsky/serialize-study-library
or add
"bovsunovsky/serialize-study-library": "~2.0"
to the require section of your composer.json.
Usage
- Add: use BOA\Serializer;
- Set returned format by method setReturnedFormat(),
- Call method serialize($data);
Example:
$seralizer = new Serializer(); $seralizer->setReturnedFormat('xml'); echo $seralizer->serialize($data);
Tests
Run with console :" ./tests/serializeTest" or "php tests/serializeTest"
License
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2020, Alexandr Bovsunovsky
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-08-13