maksimovic / zend-xml
Zend Framework 1 Xml package
2.0.0
2026-04-10 20:42 UTC
Requires
- php: >=8.1
- ext-dom: *
- ext-simplexml: *
- ext-xml: *
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Replaces
- zf1/zend-xml: ^1.12
- zf1s/zend-xml: ^1.12
This package is auto-updated.
Last update: 2026-04-10 20:53:03 UTC
README
A PHP 8.1+ compatible fork of zf1s/zend-xml, originally from Zend Framework 1.
Secure XML processing utilities with protection against XXE (XML External Entity) and XML Entity Expansion attacks.
Installation
composer require maksimovic/zend-xml
This package replaces zf1/zend-xml and zf1s/zend-xml.
License
BSD-3-Clause