bentools/simplexmlextended 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-05