This basic app listens for and validates Dropbox Sign webhooks.
Note
This app uses the PHP Symfony framework and the official Drobpox Sign PHP SDK.
composer install
Add your Dropbox Sign API_KEY in the .env file found in the root of the project.
symfony server:start