PHP Package: php-soap/ext-soap-engine

Extensible PHP SOAP library for efficient web service integration, providing comprehensive functionality and secure communication.

Current Version: 1.7.0
Last Updated: 2024-10-25
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies: None

Package Description

Ext-SOAP-Engine is a robust PHP library designed for seamless SOAP service implementation, offering advanced features, performance optimization, and reliable data exchange over networks. With Ext-SOAP-Engine, developers can effortlessly integrate SOAP services into their applications, ensuring secure and efficient communication.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.7.0

Download Download v1.7.0

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/ext-soap-engine/1.7.0/loader.php';

use Ext\Soap\Engine\SoapClient;

$obj = new SoapClient();
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.