array-to-xml

A simple class to convert an array to xml

MIT License

Downloads
31M
Stars
1.1K
Committers
52

Bot releases are hidden (Show)

array-to-xml - 3.3.0 Latest Release

Published by freekmurze 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.2.3...3.3.0

array-to-xml - 3.2.3

Published by freekmurze 8 months ago

What's Changed

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.2.2...3.2.3

array-to-xml - 3.2.2

Published by freekmurze 11 months ago

What's Changed

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.2.1...3.2.2

array-to-xml - 3.2.1

Published by freekmurze 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.2.0...3.2.1

array-to-xml - 3.2.0

Published by freekmurze about 1 year ago

What's Changed

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.6...3.2.0

array-to-xml - 3.1.6

Published by freekmurze over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.5...3.1.6

array-to-xml - 2.17.1

Published by freekmurze almost 2 years ago

What's Changed

Full Changelog: https://github.com/spatie/array-to-xml/compare/2.17.0...2.17.1

array-to-xml - 3.1.5

Published by freekmurze almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.4...3.1.5

array-to-xml - 2.17.0

Published by freekmurze almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/2.16.0...2.17.0

array-to-xml - 3.1.4

Published by freekmurze almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.3...3.1.4

array-to-xml - 3.1.3

Published by freekmurze over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.2...3.1.3

array-to-xml - 3.1.2

Published by freekmurze over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.1...3.1.2

array-to-xml - 3.1.1

Published by freekmurze over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/array-to-xml/compare/3.1.0...3.1.1

array-to-xml - 3.1.0

Published by freekmurze about 3 years ago

  • add support for processing instructions
array-to-xml - 3.0.1

Published by freekmurze about 3 years ago

  • allow null inside array to be converted to xml (#170)
array-to-xml - 3.0.0

Published by freekmurze over 3 years ago

  • require PHP 8+
  • drop support for PHP 7.x
  • convert syntax to PHP 8
array-to-xml - 2.16.0

Published by freekmurze almost 4 years ago

  • add escapable colons in custom keys (#151)
array-to-xml - 2.15.1

Published by freekmurze almost 4 years ago

  • add support for PHP 8
array-to-xml - 2.15.0

Published by freekmurze almost 4 years ago

  • add $xmlStandalone as a new parameter (#148)
array-to-xml - 2.14.0

Published by freekmurze about 4 years ago

  • add support for dropping XML declaration (#145)