Download the PHP package digitalkaoz/xml-filter without Composer
On this page you can find all versions of the php package digitalkaoz/xml-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digitalkaoz/xml-filter
More information about digitalkaoz/xml-filter
Files in digitalkaoz/xml-filter
Download digitalkaoz/xml-filter
More information about digitalkaoz/xml-filter
Files in digitalkaoz/xml-filter
Vendor digitalkaoz
Package xml-filter
Short Description filter data out of xml documents
License MIT
Package xml-filter
Short Description filter data out of xml documents
License MIT
Please rate this library. Is it a good library?
Informations about the package xml-filter
XmlFilter
this library lets you filter complex Data-Structures out of XML Documents into some Array Structure (nested Arrays, Maps, Strings ...).
- It is capable of using different XML Backends (
\SimpleXml*
or\Dom*
or even your Own) - It has Support for Type-Casting, Sorting, Validation, Reference-Checking, Conditional-Inclusion, Post-Processing, Merging, Aggregating and ...
- It is extendable (it uses Pimple behind the curtain), so you can provide your own Filter, or override nearly every part
Installation
Example
Given I Have the following XML Document
When I use the following Configuration (while using the
Yaml
Loader)I want to get the following Array after filtering
Parse a RSS Feed
Usage
- Filters
- Loaders
- Backends
PHAR
to build a phar simply run
Tests
All versions of xml-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
symfony/options-resolver Version ^2.8 | ^3.0
pimple/pimple Version ^3.0
symfony/yaml Version ^2.8 | ^3.0
symfony/console Version ^2.8 | ^3.0
symfony/var-dumper Version ^2.8 | ^3.0
webmozart/assert Version ^1.0
symfony/options-resolver Version ^2.8 | ^3.0
pimple/pimple Version ^3.0
symfony/yaml Version ^2.8 | ^3.0
symfony/console Version ^2.8 | ^3.0
symfony/var-dumper Version ^2.8 | ^3.0
webmozart/assert Version ^1.0
The package digitalkaoz/xml-filter contains the following files
Loading the files please wait ....