PHP Package: php-soap/wsdl-reader

The php-soap wsdl-reader library provides efficient parsing and processing of WSDL files in PHP, facilitating seamless integration with SOAP-based web services.

Current Version: 0.26.0
Last Updated: 2025-09-03
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies: None

Package Description

The php-soap wsdl-reader library is a robust tool designed to simplify the consumption of SOAP web services by enabling the parsing and interpretation of WSDL files. With comprehensive support for WSDL specifications, this library streamlines the development process and enhances interoperability between PHP applications and SOAP services.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.26.0

Download Download v0.26.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/php-soap/wsdl-reader/0.26.0/loader.php';
use Php\Soap\WsdlReader\WsdlReader;

$obj = new WsdlReader();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.