stubbles / xml
Classes to work with XML
v10.0.0
2025-12-07 11:30 UTC
Requires
- php: ^8.3
- ext-libxml: *
- ext-mbstring: *
- stubbles/date: ^10.0
- stubbles/ioc: ^12.0
- stubbles/reflect: ^11.0
Requires (Dev)
- ext-dom: *
- ext-xmlwriter: *
- ext-xsl: *
- bovigo/assert: ^8.1
- bovigo/callmap: ^9.0
- mikey179/vfsstream: ^1.6.12
- phpunit/phpunit: ^12.5
- stubbles/sequence: ^11.0
README
Produce XML without being bothered by details.
Build status
Installation
stubbles/xml is distributed as Composer package. To install it as a dependency of your package use the following command:
composer require "stubbles/xml": "^10.0"
Requirements
stubbles/xml requires at least PHP 8.3.