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)0171MITPHPPHP &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 today

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

31

—

LowBetter than 66% of packages

Maintenance40

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

507d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1583746?v=4)[Frank Rakow](/maintainers/monosize)[@monosize](https://github.com/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.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.1k2.2M66](/packages/spiral-framework)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)

PHPackages © 2026

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