swoft/data-parser
最新稳定版本:v1.0.1
Composer 安装命令:
composer require swoft/data-parser
包简介
simple data parser tool library of the php
README 文档
README
Universal data parser/ for PHP
Driver:
- json(by
json_encode) - php(by
serialize) - igbinary(by extension
igbinary) - msgpack(by extension
msgpack)
Install
- composer command
composer require swoft/data-parser
Usage
$parser = new JsonParser(); // $parser = new PhpParser(); // $parser = new MsgPackParser(); // encode $encoded = $parser->encode($data); // decode $decoded = $parser->encode($encoded);
Unit testing
phpunit
LICENSE
The Component is open-sourced software licensed under the Apache license.
统计信息
- 总下载量: 32.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-03-29