PHPackages                             ossm/ossm-bridge-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. ossm/ossm-bridge-bundle

ActiveSymfony-bundle

ossm/ossm-bridge-bundle
=======================

OSMBridgeBundle: Blueprint for integrating OpenSign with MinIO in a Symfony project

v0.2.0(3mo ago)11↑2900%[2 PRs](https://github.com/imdela/OSMBridgeBundle/pulls)MITPHPPHP &gt;=8.2CI passing

Since Mar 9Pushed todayCompare

[ Source](https://github.com/imdela/OSMBridgeBundle)[ Packagist](https://packagist.org/packages/ossm/ossm-bridge-bundle)[ RSS](/packages/ossm-ossm-bridge-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (3)Used By (0)

OSSMBridgeBundle
================

[](#ossmbridgebundle)

This Symfony bundle provides the complete infrastructure and service layer needed to integrate **OpenSign** and **MinIO** into any Symfony project.

🚀 Quick Start (Development)
---------------------------

[](#-quick-start-development)

To test or develop the bundle independently:

1. **Ensure Containers are Up**:

    ```
    task up
    ```
2. **Bootstrap OpenSign**: This command creates the API user, generates tokens, and initializes the MongoDB schema.

    ```
    task opensign:setup
    ```
3. **Restart Containers**: Apply the new environment variables from `.env.dist` to the running PHP container.

    ```
    task restart
    ```

📦 Installation in a Host App
----------------------------

[](#-installation-in-a-host-app)

1. Require the bundle via Composer:

    ```
    composer require ossm/ossm-bridge-bundle
    ```
2. Ensure the bundle is registered in `config/bundles.php`:

    ```
    return [
        // ...
        Ossm\OssmBridgeBundle\OssmBridgeBundle::class => ['all' => true],
    ];
    ```
3. Configure your environment variables (`.env`):

    ```
    OPENSIGN_APP_ID=your_app_id
    OPENSIGN_MASTER_KEY=your_master_key
    OPENSIGN_API_URL=http://your-opensign-url/app
    OPENSIGN_USER_ID=your_system_user_id
    OPENSIGN_SESSION_TOKEN=your_session_token
    ```
4. Add the bundle configuration (`config/packages/ossm_bridge.yaml`):

    ```
    ossm_bridge:
      opensign:
        app_id: "%env(OPENSIGN_APP_ID)%"
        master_key: "%env(OPENSIGN_MASTER_KEY)%"
        api_url: "%env(OPENSIGN_API_URL)%"
        user_id: "%env(OPENSIGN_USER_ID)%"
        session_token: "%env(OPENSIGN_SESSION_TOKEN)%"
    ```
5. Register the Webhook routes (`config/routes.yaml`):

    ```
    ossm_bridge_routes:
      resource: "@OssmBridgeBundle/config/routes.yaml"
    ```

📖 Documentation
---------------

[](#-documentation)

For full details on usage, services, and handling webhooks, see the [Full Integration Guide](docs/DOCUMENTATION.md).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance92

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

95d ago

### Community

Maintainers

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

---

Top Contributors

[![imdela](https://avatars.githubusercontent.com/u/247666934?v=4)](https://github.com/imdela "imdela (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ossm-ossm-bridge-bundle/health.svg)

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M687](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M536](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6943.5M450](/packages/drupal-core-recommended)[sylius/sylius

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

8.5k6.0M782](/packages/sylius-sylius)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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