blvckgvd/xml_lib
最新稳定版本:1.0.0
Composer 安装命令:
composer require blvckgvd/xml_lib
包简介
PHP library to work with XML files without any problems
README 文档
README
Light weight library to convert XML files to JSON or Array
Installation
Install currencylib with composer
composer require blvckgvd/xml_lib
Usage/Examples
Get JSON from XML
use Blvckgvd\XmlLib\XmlLib; public function getArrayFromXml() { $json = XmlLib::toJson('<path to xml>'); return $json; } // will return json
Get Array from XML
use Blvckgvd\XmlLib\XmlLib; public function getArrayFromXml() { $arr = XmlLib::toArray('<path to xml>'); return $arr; } // will return array
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-02