PHPackages                             dgreda/soap - 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. [API Development](/categories/api)
4. /
5. dgreda/soap

AbandonedLibrary[API Development](/categories/api)

dgreda/soap
===========

Build and consume SOAP and WSDL based web services

v0.3.2(9y ago)05MITPHPPHP &gt;=5.3.0

Since Nov 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dgreda/BeSimpleSoap)[ Packagist](https://packagist.org/packages/dgreda/soap)[ RSS](/packages/dgreda-soap/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (12)Used By (0)

Fork
====

[](#fork)

This is fork of apparently abandoned BeSimple/BeSimpleSoap library to make it work with Symfony 3.

BeSimpleSoap
============

[](#besimplesoap)

Build SOAP and WSDL based web services.

Components
==========

[](#components)

BeSimpleSoap consists of five components ...

BeSimpleSoapBundle
------------------

[](#besimplesoapbundle)

The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services. For further information see the [README](https://github.com/dgreda/BeSimpleSoap/blob/master/src/BeSimple/SoapBundle/README.md).

BeSimpleSoapClient
------------------

[](#besimplesoapclient)

The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security. For further information see the [README](https://github.com/dgreda/BeSimpleSoap/blob/master/src/BeSimple/SoapClient/README.md).

BeSimpleSoapCommon
------------------

[](#besimplesoapcommon)

The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations. For further information see the [README](https://github.com/dgreda/BeSimpleSoap/blob/master/src/BeSimple/SoapCommon/README.md).

BeSimpleSoapServer
------------------

[](#besimplesoapserver)

The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security. For further information see the [README](https://github.com/dgreda/BeSimpleSoap/blob/master/src/BeSimple/SoapServer/README.md).

BeSimpleSoapWsdl
----------------

[](#besimplesoapwsdl)

For further information see the [README](https://github.com/dgreda/BeSimpleSoap/blob/master/src/BeSimple/SoapWsdl/README.md).

Installation with composer
==========================

[](#installation-with-composer)

If you do not yet have composer, install it like this:

```
composer require dgreda/soap v0.3.1
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.7% 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 ~113 days

Recently: every ~211 days

Total

11

Last Release

3490d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4435227?v=4)[Damian Gręda](/maintainers/dgreda)[@dgreda](https://github.com/dgreda)

---

Top Contributors

[![francisbesset](https://avatars.githubusercontent.com/u/471525?v=4)](https://github.com/francisbesset "francisbesset (305 commits)")[![aschamberger](https://avatars.githubusercontent.com/u/1042049?v=4)](https://github.com/aschamberger "aschamberger (97 commits)")[![christiankerl](https://avatars.githubusercontent.com/u/425341?v=4)](https://github.com/christiankerl "christiankerl (72 commits)")[![mremi](https://avatars.githubusercontent.com/u/548536?v=4)](https://github.com/mremi "mremi (5 commits)")[![alemorozov](https://avatars.githubusercontent.com/u/1452075?v=4)](https://github.com/alemorozov "alemorozov (4 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (2 commits)")[![sarunas](https://avatars.githubusercontent.com/u/250523?v=4)](https://github.com/sarunas "sarunas (2 commits)")[![vytautasgimbutas](https://avatars.githubusercontent.com/u/1172971?v=4)](https://github.com/vytautasgimbutas "vytautasgimbutas (1 commits)")[![ch3ric](https://avatars.githubusercontent.com/u/858068?v=4)](https://github.com/ch3ric "ch3ric (1 commits)")[![davefx](https://avatars.githubusercontent.com/u/292309?v=4)](https://github.com/davefx "davefx (1 commits)")[![hason](https://avatars.githubusercontent.com/u/288535?v=4)](https://github.com/hason "hason (1 commits)")[![ldantunez](https://avatars.githubusercontent.com/u/2373448?v=4)](https://github.com/ldantunez "ldantunez (1 commits)")[![matthiasnoback](https://avatars.githubusercontent.com/u/1193078?v=4)](https://github.com/matthiasnoback "matthiasnoback (1 commits)")[![rolebi](https://avatars.githubusercontent.com/u/2950183?v=4)](https://github.com/rolebi "rolebi (1 commits)")

---

Tags

soap

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k156.8M1.2k](/packages/symfony-web-profiler-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)[besimple/soap

Build and consume SOAP and WSDL based web services

106561.4k2](/packages/besimple-soap)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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