Download the PHP package idevman/xml-mapper without Composer
On this page you can find all versions of the php package idevman/xml-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package xml-mapper
XML Mapper
Create a mapped array from XML data using alias from MAP as laravel plugin.
Installation
Dependencies:
- Laravel 6.2+ (v2.0.0)
- Laravel 5.5+ (v1.0.4)
Installation:
- Require the package via Composer
Laravel 5.5+
Laravel 5.5+ will autodiscover the package, for older versions add the following service provider
and alias
Usage
To use it lets assume xml content:
So, load this in $xml
variable and call liek this:
And $response
will contain
Grouping attribute nodes
Lets assuma same XML and load this in $xml
variable and call like this:
And $response
will contain this result:
Note that labeling change according key array content
All versions of xml-mapper with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^6.2|^7.0
The package idevman/xml-mapper contains the following files
Loading the files please wait ....