🌐
GitHub
github.com › vyuldashev › xml-to-array
GitHub - vyuldashev/xml-to-array: A simple class to convert an xml to array
This package provides a very simple class to convert an xml string to an array. Inspired by Spatie's array-to-xml ❤️ · You can install this package via composer. composer require vyuldashev/xml-to-array ·
Starred by 36 users
Forked by 15 users
Languages   PHP 100.0% | PHP 100.0%
🌐
GitHub
github.com › spatie › array-to-xml
GitHub - spatie/array-to-xml: A simple class to convert an array to xml · GitHub
The root element name can then be set using the rootElementName key. $result = ArrayToXml::convert($array, [ 'rootElementName' => 'helloyouluckypeople', '_attributes' => [ 'xmlns' => 'https://github.com/spatie/array-to-xml', ], ], true, 'UTF-8');
Starred by 1.2K users
Forked by 214 users
Languages   PHP
🌐
Packagist
packagist.org › packages › dmb › xml-converter
dmb/xml-converter - Packagist
A package that allows you to easily convert your XML string into array format or generate an XML string from an array. github.com/davidemariabusi/xml-converter · Homepage · Source · Issues · Installs: 314 · Dependents: 0 · Suggesters: 0 · Security: 0 · Stars: 0 · Watchers: 1 · Forks: ...
🌐
Packagist
packagist.org › packages › vyuldashev › xml-to-array
vyuldashev/xml-to-array - Packagist.org
December 24, 2025 - This package provides a very simple class to convert an xml string to an array. Inspired by Spatie's array-to-xml ❤️ · You can install this package via composer. composer require vyuldashev/xml-to-array ·
🌐
GitHub
github.com › spatie › array-to-xml › discussions › 191
XML to array · spatie/array-to-xml · Discussion #191
I suspect I am missing something obvious seeing as I thought there would be others asking about this feature... I really like the Spatie conventions used to convert array to XML (eg. _attributes, _...
Author   spatie
🌐
Packagist
packagist.org › packages › sammyjo20 › xml-to-array
sammyjo20/xml-to-array - Packagist.org
February 4, 2022 - This package provides an easy way to convert an XML string into an array. Inspired by Spatie's array-to-xml.
Find elsewhere
🌐
Stack Overflow
stackoverflow.com › questions › 41020242 › convert-complexe-arrays-to-xml-laravel
Convert Complexe arrays to XML Laravel - Stack Overflow
I'm building a Web Service where ... it to the user as Xml. when there is only one array i can do it using this bundle spatie\array-to-xml\ ......
🌐
Scrutinizer-ci
scrutinizer-ci.com › g › spatie › array-to-xml
Code Quality Summary - spatie/array-to-xml - Measure and Improve Code Quality continuously with Scrutinizer
Please ask an admin of your repository to re-new the access token on this website. ... Inspected Add support for dropping XML d... ... Inspected Add support for custom keys (#... ... Inspected Feature/102 DOM Properties (#1... ... Inspected Fixes #88: Adds numeric array...
🌐
GitHub
github.com › spatie › array-to-xml › blob › main › src › ArrayToXml.php
array-to-xml/src/ArrayToXml.php at main · spatie/array-to-xml
$this->rootNode->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
Author   spatie
🌐
Laravelshift
laravelshift.com › can-i-upgrade-laravel › spatie › array-to-xml
Laravel Shift - Can I upgrade Laravel - spatie/array-to-xml
Check the compatibility of spatie/array-to-xml with the latest versions of Laravel to determine if you may upgrade Laravel or which Composer constraints to use.
🌐
Packagist
packagist.org › packages › spatie › array-to-xml
spatie/array-to-xml - Packagist
January 12, 2026 - To add attributes to the root element ... the rootElementName key. $result = ArrayToXml::convert($array, [ 'rootElementName' => 'helloyouluckypeople', '_attributes' => [ 'xmlns' => 'https://github.com/spatie/array-to-xml', ], ], true, 'UTF-8');...
🌐
PHP Download
php-download.com › package › spatie › array-to-xml
▷ Download the PHP library spatie/array-to-xml +++ One click!
Use a multi-dimensional array to create a collection of elements. ... You can change key prefix with setter method called setNumericTagNamePrefix(). ... The key always starts with "__custom". ... The string to be rendered as the XML tag.
🌐
Augsburg
go.augsburg.edu › includes › vendor › spatie › array-to-xml
Index of /includes/vendor/spatie/array-to-xml
Index of /includes/vendor/spatie/array-to-xml · Name Last modified Size Description · Parent Directory - README.md 2021-03-06 12:09 12K src/ 2021-03-06 12:09 - · Apache Server at go.augsburg.edu Port 80
🌐
Namasoft
namasoft.com › s › includes › vendor › spatie › array-to-xml
Index of /s/includes/vendor/spatie/array-to-xml
Index of /s/includes/vendor/spatie/array-to-xml · Apache/2.4.58 (Ubuntu) Server at www.namasoft.com Port 443
🌐
GitHub
github.com › Sammyjo20 › xml-to-array
GitHub - Sammyjo20/xml-to-array: 🔀 Convert an XML string into an easy to understand array
December 2, 2023 - This package provides an easy way to convert an XML string into an array. Inspired by Spatie's array-to-xml.
Author   Sammyjo20