PHPackages                             orkestra/webservice-bundle - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. orkestra/webservice-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

orkestra/webservice-bundle
==========================

Provides WSSE authentication support for Symfony2 projects

1.0.1(12y ago)0312MITPHPPHP &gt;=5.3.2

Since May 3Pushed 10y ago3 watchersCompare

[ Source](https://github.com/orkestra/OrkestraWebServiceBundle)[ Packagist](https://packagist.org/packages/orkestra/webservice-bundle)[ RSS](/packages/orkestra-webservice-bundle/feed)WikiDiscussions develop Synced yesterday

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

OrkestraWebServiceBundle
========================

[](#orkestrawebservicebundle)

Provides basic support for WSSE authentication.

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

[](#installation)

The easiest way to add OrkestraWebServiceBundle to your project is using composer.

Add orkestra/webservice-bundle to your `composer.json` file:

```
{
    "require": {
        "orkestra/webservice-bundle": "1.0.x-dev"
    }
}
```

Then run `composer install` or `composer update`.

Configuration
-------------

[](#configuration)

OrkestraWebServiceBundle adds a new entity called Token.

Modify your application security configuration (`security.yml`)

1. Add a plaintext encoder for the Token entity

    *NOTE:* Only plaintext is supported currently. This is a serious flaw, but because of the way the digest is generated, no work around exists except to implement some two-way encryption mechanism at the database level.
2. Add a new entity provider for the Token entity
3. Add a new firewall with the options: `stateless: true` and `wsse: true`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 97.5% 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 ~541 days

Total

2

Last Release

4630d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6a55c97b9cd1dd07d6948376cde5b3e24947eaa8357e06044dc2c5180ffd27e?d=identicon)[tyler-sommer](/maintainers/tyler-sommer)

---

Top Contributors

[![tyler-sommer](https://avatars.githubusercontent.com/u/916259?v=4)](https://github.com/tyler-sommer "tyler-sommer (39 commits)")[![brainwood](https://avatars.githubusercontent.com/u/6878132?v=4)](https://github.com/brainwood "brainwood (1 commits)")

### Embed Badge

![Health badge](/badges/orkestra-webservice-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/orkestra-webservice-bundle/health.svg)](https://phpackages.com/packages/orkestra-webservice-bundle)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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