fusionspim/php-demandware-xml
最新稳定版本:8.1.0
Composer 安装命令:
composer require fusionspim/php-demandware-xml
包简介
PHP library for working with Demandware XML files
README 文档
README
A PHP library for working with Demandware XML files.
Exporting: Supports category, product, variant and assignment files and allows elements to be added in the order that makes sense for your code - they'll be exported in the sequence specified by the XSD automatically, and custom attribute elements are ordered by attribute ids for consistency between exports.
Validation: Automatically validates files up to 1Gb (against the included XSD schemas) after exporting.
Parsing: Retrieve category, assignment, product, variation, set and bundle information from an XML file, either as an array, or yield using generators. Maps IDs to the more useful elements and, optionally, attributes.
Installation
Run composer require fusionspim/php-demandware-xml.
Usage
See tests for examples on how to use, along with the files within tests/fixtures for output examples.
Future plans
- Export all root elements sorted by their first attribute value (similar to custom attributes) to ease manual comparison/diffs.
- Convert nested elements currently implemented with string concatenation/loops to nodes (they work, but would be nice for consistency/robustness) & deal with the
setClassification()/catalog-idhack ;) - Canonicalise two sets of XML files and report on different IDs, elements and attributes (useful when different systems/processes have exported the files)
统计信息
- 总下载量: 14.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-14