Skip to content

Commit a679372

Browse files
committed
migrated DOMDocument to XmlWriter
1 parent a557566 commit a679372

13 files changed

+393
-366
lines changed

composer.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
{
2-
"name": "spatie/array-to-xml",
3-
"description": "Convert an array to xml",
2+
"name": "ashenwolf/array-to-xmlfile",
3+
"description": "Convert an array to xml file (array-to-xml compatible but uses XmlWriter)",
44
"keywords": [
55
"convert",
66
"array",
7-
"xml"
7+
"xml",
8+
"xmlwriter",
9+
"file"
810
],
9-
"homepage": "https://github.com/spatie/array-to-xml",
11+
"homepage": "https://github.com/ashenwolf/array-to-xml",
1012
"license": "MIT",
1113
"authors": [
1214
{
1315
"name": "Freek Van der Herten",
1416
"email": "freek@spatie.be",
1517
"homepage": "https://murze.be",
1618
"role": "Developer"
19+
},
20+
{
21+
"name": "Sergii Gulenok",
22+
"email": "sergii.gulenok@gmail.com",
23+
"homepage": "https://okami.tech",
24+
"role": "Developer"
1725
}
1826
],
1927
"require": {
@@ -27,12 +35,12 @@
2735
},
2836
"autoload": {
2937
"psr-4": {
30-
"Spatie\\ArrayToXml\\": "src"
38+
"Ashenwolf\\ArrayToXml\\": "src"
3139
}
3240
},
3341
"autoload-dev": {
3442
"psr-4": {
35-
"Spatie\\ArrayToXml\\Test\\": "tests"
43+
"Ashenwolf\\ArrayToXml\\Test\\": "tests"
3644
}
3745
}
3846
}

src/ArrayToXml.php

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)