paranoiq/xmlon-encoder 问题修复 & 功能扩展

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

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

paranoiq/xmlon-encoder

最新稳定版本:v1.0

Composer 安装命令:

composer require paranoiq/xmlon-encoder

包简介

Serialize variables to simple XML format, just like JSON

README 文档

README

Serialize variables to simple XML format used by old 37signals APIs

  • element names are translated from camelCase to dash-case (optional)
  • objects and strings have no type attribute
  • datetime with zero time is exported as 'date' type
  • if no name of root element is given "data" is used
  • supports only UTF-8 encoding
  • does not support namespaces or any other fancy XML features

PHP:

(object) [ 'intVal' => 123, 'floatVal' => 456.789, 'boolVal' => TRUE, 'dateVal' => new DateTime('2013-10-10'), 'timeVal' => new DateTime(), 'arrayVals' => ['Hello', 'World'] ]

XML:

<?xml version="1.0" encoding="UTF-8"?> <data> <int-val type="integer">123</int-val> <float-val type="float">456.786</float-val> <bool-val type="boolean">true</bool-val> <date-val type="date">2013-10-10</date-val> <time-val type="datetime">2013-10-10T10:10:10+0100</time-val> <array-vals type="array"> <array-val>Hello</array-val> <array-val>World</array-val> </array-val> </data>

统计信息

  • 总下载量: 40.76k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固