stubbles / xml
Classes to work with XML
Installs: 1 119
Dependents: 1
Suggesters: 1
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: ^8.2
- ext-libxml: *
- ext-mbstring: *
- stubbles/date: ^9.0
- stubbles/ioc: ^11.0
- stubbles/reflect: ^10.0
Requires (Dev)
- ext-dom: *
- ext-xmlwriter: *
- ext-xsl: *
- bovigo/assert: ^8.0
- bovigo/callmap: ^8.0.4
- mikey179/vfsstream: ^1.6.11
- phpunit/phpunit: ^10.5
- stubbles/sequence: ^10.1
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": "^9.0"
Requirements
stubbles/xml requires at least PHP 8.2.