PHPackages                             spodnet/zend-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. [Framework](/categories/framework)
4. /
5. spodnet/zend-soap

ActiveLibrary[Framework](/categories/framework)

spodnet/zend-soap
=================

Zend Framework 1 Soap package, with additional decimal and default fields

1.12.20.1(7y ago)015BSD-3-ClausePHPPHP &gt;=5.2.11

Since Jan 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Spodnet/zend-soap)[ Packagist](https://packagist.org/packages/spodnet/zend-soap)[ Docs](http://framework.zend.com/)[ RSS](/packages/spodnet-zend-soap/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (12)Used By (0)

Zend Framework 1 for Composer
=============================

[](#zend-framework-1-for-composer)

This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. Some modifications were made for improved [Composer](http://getcomposer.org/) integration. This package can also be found at [Packagist](http://packagist.org/packages/zf1s).

Why?
----

[](#why)

**Size!** Zend Framework is very large and contains a huge amount of files (over 72000 files in the main repository!). If you're only using a part of the framework, using the separated packages will greatly reduce the amount of files. This will make setup faster and easier on your disks.

**Autoloading!** Explicit `require_once` calls in the source code has been commented out to rely on composer autoloading, this reduces the number of included files to a minimum.

**Migration!** Zend Framework 2 has been around for a while now, and migrating all your projects takes a lot of time. Using these packages makes it easier to migrate each component separately. Also, some packages doesn't exist in zf2 (such as the zend-search-lucene), now you can continue using that package without requiring the entire framework.

How to use
----------

[](#how-to-use)

Add `"zf1s/zend-soap": "~1.12"` to the require section of your composer.json, include the composer autoloader and you're good to go.

Broken dependencies?
--------------------

[](#broken-dependencies)

Dependencies have been set automatically based on the [requirements from the zend framework manual](http://framework.zend.com/manual/1.12/en/requirements.introduction.html), if you find any broken dependencies please submit a pull request.

Additional Changes
------------------

[](#additional-changes)

This version has xsd:decimal and ability to set default attribute on any field in the class for complex type

```
/** @var Decimal */
public $DecimalValue = 1;

/** @var Boolean */
public $BooleanValue = false;

```

Would generate

```

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~173 days

Recently: every ~398 days

Total

11

Last Release

2827d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3228770?v=4)[Spodnet](/maintainers/Spodnet)[@Spodnet](https://github.com/Spodnet)

---

Top Contributors

[![Spodnet](https://avatars.githubusercontent.com/u/3228770?v=4)](https://github.com/Spodnet "Spodnet (4 commits)")[![deadbeef84](https://avatars.githubusercontent.com/u/961178?v=4)](https://github.com/deadbeef84 "deadbeef84 (3 commits)")[![falkenhawk](https://avatars.githubusercontent.com/u/14310995?v=4)](https://github.com/falkenhawk "falkenhawk (1 commits)")

---

Tags

frameworkzendsoapZF1

### Embed Badge

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

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

PHPackages © 2026

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