Download the PHP package neyric/yousign-bundle without Composer
On this page you can find all versions of the php package neyric/yousign-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download neyric/yousign-bundle
More information about neyric/yousign-bundle
Files in neyric/yousign-bundle
Package yousign-bundle
Short Description Yousign Bundle for Symfony
License MIT
Homepage https://github.com/neyric/yousign-bundle
Informations about the package yousign-bundle
Yousign Bundle for Symfony

A Symfony bundle for Yousign.
- Provide a service to access the API for a better Symfony integration
- Webhook handler (HTTP controller) + Webhook Event
Requirements
- Php >= 7.1
- Symfony 4.4 or 5+
Installation
Load the bundle in your app
Configuration
The bundle (in particular the YousignApiClient), expects those 2 environement variables to be defined
- YOUSIGN_BASE_URL (should be https://staging-app.yousign.com or https://api.yousign.com)
- YOUSIGN_API_KEY
Using the webhook handler
First, setup the route in your routes.yaml file :
Create a subscriber
And eventually declare the service with the kernel.event_subscriber
tag :
Prepare a local tunnel
Using a local tunnel will save you a lot of time because you can test locally. The recommended choice is ngrok. Ngrok is a tool to tunnel our local server to the web, making our local webhook handlers available to the email providers webhooks.
License
neyric/yousign-bundle is distributed under MIT license, see the LICENSE file.
Contacts
Report bugs or suggest features using issue tracker on GitHub.
All versions of yousign-bundle with dependencies
symfony/event-dispatcher Version ^4.4 || ^5.0
symfony/yaml Version ^4.4 || ^5.0
symfony/http-client Version ^4.4 || ^5.0