pear/xml_util

This package is abandoned and no longer maintained. No replacement package was suggested.

Methods to work with XML documents

Package info

github.com/pear/XML_Util

Homepage

Issues

pkg:composer/pear/xml_util

Statistics

Installs: 2 764 257

Dependents: 6

Suggesters: 0

Stars: 2

v1.4.5 2020-04-19 15:08 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 90052e3e7c099ffce3bc83ec4210f88a40b8419a

  • Chuck Burgess <ashnazg.woop@php.net>
  • Stephan Schmidt <schst.woop@php-tools.net>
  • Davey Shafik <davey.woop@php.net>

This package is auto-updated.

Last update: 2026-02-01 21:48:03 UTC


README

👁 Build Status

Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more.

Homepage

Installation

For a PEAR installation that downloads from the PEAR channel:

$ pear install pear/xml_util

For a PEAR installation from a previously downloaded tarball:

$ pear install XML_Util-*.tgz

For a PEAR installation from a code clone:

$ pear install package.xml

For a local composer installation:

$ composer install

To add as a dependency to your composer-managed application:

$composer require pear/xml_util

Tests

Run the tests from a local composer installation:

$ ./vendor/bin/phpunit -c phpunit.xml.dist

License

BSD license