soldierm/ndjson
最新稳定版本:1.0
Composer 安装命令:
composer require soldierm/ndjson
包简介
php parse ndjson
README 文档
README
Download
composer require soldierm/ndjson
Usage
Decode ndjson
<?php $ndjson = <<<NDJSON {"foo":"bar"} {"hello":"world"} NDJSON; $decode = \Soldierm\Ndjson\Parser::decode($ndjson);
Encode ndjson
<?php $array = [ ['foo' => 'bar'], ['hello' => 'world'] ]; $encode = \Soldierm\Ndjson\Parser::encode($array);
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
统计信息
- 总下载量: 4.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-16