PHPackages                             monosize/soap-proxy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. monosize/soap-proxy

ActiveLibrary[HTTP &amp; Networking](/categories/http)

monosize/soap-proxy
===================

A secure PHP-based SOAP proxy that authenticates and forwards SOAP requests to a target server

v1.0.12(1y ago)0170MITPHPPHP &gt;=8.2

Since Feb 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/monosize/soap-proxy)[ Packagist](https://packagist.org/packages/monosize/soap-proxy)[ RSS](/packages/monosize-soap-proxy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (13)Used By (0)

SOAP Proxy
==========

[](#soap-proxy)

A secure PHP-based SOAP proxy that authenticates SOAP requests and forwards them to a target server. Supports both WSDL queries and SOAP messages.

Features
--------

[](#features)

- Proxying SOAP requests with authentication
- Support for SOAP 1.1 and 1.2
- WSDL caching and forwarding
- Configurable target servers
- Automatic debug logging control via PROXYDEBUG
- Flexible error handling
- Basic authentication support
- Connection pooling for improved performance

Installation
------------

[](#installation)

```
composer require monosize/soap-proxy
```

Quick Start
-----------

[](#quick-start)

```
use MonoSize\SoapProxy\SoapProxy;
use Monolog\Logger;
use Monolog\Handler\RotatingFileHandler;

$projectRoot = dirname(__DIR__);
$envPath = $projectRoot;
$cacheDir = $projectRoot . '/var/cache/wsdl';
$logFile = $projectRoot . '/var/log/soap-proxy.log';

// Create logger with file rotation
$logger = new Logger('soap-proxy');
$logger->pushHandler(new RotatingFileHandler(
    $logFile,
    30
));

// Create a proxy from environment variables
// Log level will be automatically set based on PROXYDEBUG environment variable
$proxy = SoapProxy::createFromEnv($logger, $cacheDir, $envPath);

// Process request
$proxy->handle();
```

Documentation
-------------

[](#documentation)

The full documentation can be found in the [docs](docs) directory:

- [Installation](docs/installation.md)
- [Configuration](docs/configuration.md)
- [Usage](docs/usage.md)
- [Troubleshooting](docs/troubleshooting.md)

System Requirements
-------------------

[](#system-requirements)

- PHP 8.2 or higher
- Extensions: curl, dom, xml
- Composer

Support
-------

[](#support)

If you encounter issues or have questions, please create an issue in the [GitHub Issue Tracker](https://github.com/monosize/soap-proxy/issues).

Contribution
------------

[](#contribution)

Contributions are welcome!

License
-------

[](#license)

This library is licensed under the MIT license. For more details, see the [LICENSE](LICENSE) file.

Credits
-------

[](#credits)

Created by Frank Rakow

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

12

Last Release

462d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c74c171e71b921b80d2b6d85d02f99d797fb4eb028b1a57b17309a5719c9663d?d=identicon)[monosize](/maintainers/monosize)

---

Top Contributors

[![monosize](https://avatars.githubusercontent.com/u/1583746?v=4)](https://github.com/monosize "monosize (37 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/monosize-soap-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/monosize-soap-proxy/health.svg)](https://phpackages.com/packages/monosize-soap-proxy)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[api-platform/metadata

API Resource-oriented metadata attributes and factories

243.5M96](/packages/api-platform-metadata)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
