PHP Package: php-soap/psr18-transport

Efficient PHP library for PSR-18 compliant HTTP transport handling with SOAP support.

Current Version: 1.7.0
Last Updated: 2024-10-25
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
php-http/client
php-http/message
php-http/discovery
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The php-soap/psr18-transport library provides a robust solution for managing HTTP transport in PHP applications. It adheres to PSR-18 standards and seamlessly integrates SOAP functionality. With optimized performance and reliability, this library streamlines communication processes, enhancing overall application efficiency and effectiveness.

📦 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/psr18-transport/1.7.0/loader.php';
require_once 'libs/php-http/client/{lib_version}/loader.php';
require_once 'libs/php-http/message/1.16.2/loader.php';
require_once 'libs/php-http/discovery/1.20.0/loader.php';

use PhpSoap\Psr18Transport\Client;
use PhpSoap\Psr18Transport\Request;

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