stubbles / xml
Classes to work with XML
Installs: 1 212
Dependents: 1
Suggesters: 1
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 1
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
- dev-main
- v10.0.0
- v9.0.0
- v8.0.0
- v7.0.0
- v6.0.0
- v5.0.0
- v4.3.0
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.0
- v3.0.0
- v2.1.0
- 2.0.0
- dev-dependabot/composer/bovigo/callmap-9.1.0
- dev-dependabot/composer/mikey179/vfsstream-1.6.12
- dev-dependabot/github_actions/actions/cache-4.3.0
- dev-dependabot/github_actions/actions/checkout-6
This package is auto-updated.
Last update: 2025-12-08 02:05:46 UTC
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.