bentools/simplexmlextended
最新稳定版本:1.2.0
Composer 安装命令:
composer require bentools/simplexmlextended
包简介
Some extra functions to work with SimpleXml.
README 文档
README
Just an enhancement of the PHP5 native SimpleXmlElement. Adds the ability to add / replace / remove childs, with or without CDATA, and some method chainings such as dXpath() (for returning the 1st Xpath element found), etc. Fixes the __toString() default method that does not properly convert to your encoding if you're not using UTF-8 (requires PHP 5.4+).
Installation
Add the following line into your composer.json :
{
"require": {
"bentools/simplexmlextended": "dev-master"
}
}
Enjoy.
统计信息
- 总下载量: 23.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-05