Download the PHP package metawesome/laravel-xml-to-array without Composer
On this page you can find all versions of the php package metawesome/laravel-xml-to-array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download metawesome/laravel-xml-to-array
More information about metawesome/laravel-xml-to-array
Files in metawesome/laravel-xml-to-array
Download metawesome/laravel-xml-to-array
More information about metawesome/laravel-xml-to-array
Files in metawesome/laravel-xml-to-array
Vendor metawesome
Package laravel-xml-to-array
Short Description Easily convert valid xml to a php array.
License MIT
Package laravel-xml-to-array
Short Description Easily convert valid xml to a php array.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-xml-to-array
Easily convert valid xml to a php array.
Installation
Install via composer:
Quick start
Using the class
Using the global helper
Helpers, methods, and arguments
Static method
XmlToArray::convert($xml, $outputRoot = false)
The $outputRoot
determines whether or not the php array will have a @root
key. Default is false
.
Helper
xml_to_array($xml, $outputRoot = false)
Arguments are identical to XmlToArray::convert
method.
Testing
You can run the tests with:
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-xml-to-array with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.0
The package metawesome/laravel-xml-to-array contains the following files
Loading the files please wait ....