Download the PHP package qingliangcn/wpxml-parser without Composer
On this page you can find all versions of the php package qingliangcn/wpxml-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qingliangcn/wpxml-parser
More information about qingliangcn/wpxml-parser
Files in qingliangcn/wpxml-parser
Download qingliangcn/wpxml-parser
More information about qingliangcn/wpxml-parser
Files in qingliangcn/wpxml-parser
Vendor qingliangcn
Package wpxml-parser
Short Description translator wordpress xml data to array
License MIT
Homepage http://github.com/qingliangcn/wpxml-parse
Package wpxml-parser
Short Description translator wordpress xml data to array
License MIT
Homepage http://github.com/qingliangcn/wpxml-parse
Please rate this library. Is it a good library?
Informations about the package wpxml-parser
wpxml-parser
translator wordpress xml data to array and object
安装
composer
Download the Release
在release中选择最新版本并下载,解压后在项目中适当位置引入 src/WPXmlParser.php
使用
方法1:数组形式
结果格式:
方法2:对象形式
注意
如果xml文件不存在,则会抛出异常,类型为Exception.
返回数据
一级信息
key | type | description |
---|---|---|
title | string | 博客标题 |
wp_version | string | wordpress版本号 |
author | array | 作者信息 |
posts | array | 文章列表 |
tags | array | tag列表 |
pages | array | page列表 |
attachments | array | 附件列表 |
description | string | 博客描述 |
base_site_url | string | 站点地址 |
base_blog_url | string | 博客地址 |
作者信息(author)
key | type | description |
---|---|---|
author_id | int | 作者用户ID |
author_login | string | 作者登陆用户名 |
author_email | array | 作者email |
author_display_name | array | 作者显示名称 |
author_first_name | string | 作者名 |
author_last_name | string | 作者姓 |
文章信息(posts)
key | type | description |
---|---|---|
title | string | 文章标题 |
link | string | 文章地址 |
pubData | string | 格式化的时间, 2015-06-05 23:11:03 |
description | string | 文章描述 |
content | string | 文章内容 |
excerpt | string | 文章摘要 |
creator | string | 文章作者 |
categoryStr | string | 分类字符串 |
categories | array | 分类数组 |
tags | array | tags |
Todo
支持page导出- 完整post信息导出
支持多媒体导出
All versions of wpxml-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package qingliangcn/wpxml-parser contains the following files
Loading the files please wait ....