pear/xml_util
PEAR XML_Util provides handy helpers for working with XML: build attribute lists from arrays, generate tags, validate XML names, and more. Lightweight utility methods for creating and checking XML document parts in PHP.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pear/archive_tar | 0.90 | PEAR Archive_Tar handles TAR archives in PHP: create, list, extract, and append files. Supports gzip (zlib), bzip2 (bz2), and LZMA2/XZ compression when extensions are available. | 76 | 78 | 35 | 1M | 0 | 7.9 | 56.5 | — | 10 months ago | |
| pear/pear_exception | 0.86 | PEAR_Exception provides a base exception class for PEAR-style PHP libraries, adding standardized error messaging, cause chaining, and improved debugging context. Useful for modernizing legacy PEAR code or integrating consistent exception handling across packages. | 0 | 98 | — | 2M | — | 1.3 | 55.3 | — | — | |
| common-gateway/sim-xml-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.7 | — | — | 3 years ago | |
| pear/mail | 0.84 | PEAR Mail is a PHP library for composing and sending email via Mail(), SMTP, or sendmail. It provides a common interface for transports, supports headers and attachments, and integrates with PEAR for quick setup in legacy and modern PHP projects. | 41 | 42 | 74 | 99K | 0 | 4.2 | 46.6 | BSD-3-Clause | 2 years ago | |
| zf1/zend-xml | 0.84 | Zend Framework 1 XML component, split out as a standalone package. Provides XML handling utilities such as DOM/SimpleXML helpers and security-conscious parsing features used by legacy ZF1 apps that need dependable XML processing without the full framework. | 3 | — | 4 | — | 1 | 0.2 | — | BSD-3-Clause | — | |
| openlss/lib-array2xml | 0.84 | — | 0 | 323 | — | 412K | — | 4.3 | 44.4 | — | — | |
| veewee/xml | 0.84 | Type-safe, declarative XML toolkit for PHP. Includes DOM helpers, xml_encode/xml_decode, safe error handling, memory-safe reader/writer, plus XSD and XSLT utilities. Spec-compliance ready (v4 for PHP 8.4+; v3 maintained). | 183 | 183 | 11 | 313K | 1 | 29.2 | 51.7 | MIT | 1 month ago | |
| simplesamlphp/xml-common | 0.84 | — | 4 | 3 | 8 | 155K | 3 | 15.2 | 62.4 | LGPL-2.1 | 4 months ago | |
| pear/console_getopt | 0.84 | PEAR Console_Getopt is a small PHP library for parsing command-line options and arguments. It supports GNU-style short and long flags, handles required/optional values, and provides help-friendly parsing for CLI scripts and tools. | 85 | 85 | 14 | 2M | 0 | 1.1 | 55.3 | BSD-2-Clause | 6 years ago | |
| ajtis/xml-bundle | 0.84 | — | 0 | 0 | 0 | 4 | 0 | 13.2 | 10.7 | MIT | 4 months ago | |
| sabre/xml | 0.84 | sabre/xml is a specialized PHP library for reading and writing XML. It offers a flexible reader/writer API with good namespace support, modern type declarations in v3, and compatibility with PHP 7.4 and 8 for building reliable XML-based integrations. | 528 | 551 | 77 | 708K | 17 | 38.1 | 55.8 | BSD-3-Clause | 1 month ago | |
| desperado/xml-bundle | 0.84 | — | 9 | 9 | 11 | 361 | 1 | 2.3 | 22.4 | MIT | 11 years ago | |
| byscripts/notifier | 0.83 | Deprecated/soon-to-be-deleted Laravel/PHP notifier package. The author advises not to use it; repository is intended for removal. Not recommended for new projects—look for an actively maintained alternative. | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 12 years ago | |
| symplify/package-builder | 0.83 | Helper utilities for building Symfony/PHP packages: lightweight DI and service configuration, parameter resolution, class and file helpers, and tooling-friendly conventions. Designed to reduce boilerplate when composing reusable packages and developer tools. | 164 | 168 | 7 | 69K | 0 | 0.5 | 25.6 | MIT | — | |
| pear/pear | 0.83 | PEAR (PHP Extension and Application Repository) provides a classic package manager and installer for PHP, enabling you to discover, install, and update reusable libraries and extensions. Includes tooling for packaging, channels, dependency resolution, and versioned releases. | 114 | 116 | 104 | 22K | 1 | 21.8 | 35.6 | NOASSERTION | 4 months ago | |
| thenorthmemory/xml | 0.83 | Lightweight XML transformer for PHP: parse XML into arrays and build XML back from arrays. Supports repeated elements/lists, optional pretty printing, custom root nodes, and wrapping arrays to control tag output. Extracted from wechatpay-php for general use. | 9 | 9 | 0 | 21K | 0 | 0.9 | 45.9 | Apache-2.0 | 3 years ago | |
| amenophis/prince | 0.83 | ABANDONED: This repository is no longer maintained. AmenophisPrince is a PHP library that abstracts Prince XML for generating PDFs/print-ready output from XML/HTML workflows. Use with caution and consider maintained alternatives. | 2 | 2 | 0 | 0 | 0 | 0.2 | — | MIT | 11 years ago | |
| jeremeamia/superclosure | 0.82 | Serialize and unserialize PHP Closures/anonymous functions, including use() context, via fast TokenAnalyzer or more robust AstAnalyzer. Note: project is no longer maintained; consider using opis/closure instead. | 1,707 | 1,715 | 94 | 182K | 0 | 14.5 | 28.1 | MIT | 8 years ago | |
| spatie/array-to-xml | 0.81 | Simple PHP utility to convert arrays into XML strings. Supports custom root element names and configurable key handling (e.g., converting spaces to underscores). Ideal for quickly generating XML output from structured array data. | 0 | 1,221 | — | 2M | — | 32.4 | 48.4 | — | — | |
| codeception/lib-xml | 0.74 | XML utilities for Codeception tests. Provides helpers to load, parse, query, and assert XML/HTML content in a clean, test-friendly API. Useful for validating SOAP responses, RSS feeds, and markup fragments with expressive assertions and convenient matchers. | 0 | 16 | — | 381K | — | 12.3 | 60.0 | — | — |
How can I help you explore Laravel packages today?