stubbles / xml
Classes to work with XML
Installs: 1 320
Dependents: 1
Suggesters: 1
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/stubbles/xml
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.