Add recipe for mosl/opensign-bridge-bundle (#2043)

* Add recipe for mosl/opensign-bridge-bundle (0.6)

* Trigger CI: PR body now includes the required License MIT header

---------

Co-authored-by: Yaovi <y.ametepe@gmail.com>
This commit is contained in:
Dela
2026-09-03 20:15:38 +04:00
committed by GitHub
co-authored by Yaovi
parent c27b03c007
commit 05d1703910
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,7 @@
open_sign_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)%'
@@ -0,0 +1,8 @@
{
"bundles": {
"Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,7 @@
* <fg=blue>Configure your OpenSign connection in</> <comment>config/packages/opensign_bridge.yaml</>
and set the required env vars: OPENSIGN_APP_ID, OPENSIGN_MASTER_KEY, OPENSIGN_API_URL,
OPENSIGN_USER_ID, OPENSIGN_SESSION_TOKEN. See:
<comment>https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app</>
* <fg=blue>Deploy a self-hosted OpenSign server (Docker) yourself</> — this bundle only
provides the PHP client/integration layer, not the OpenSign server itself.