PHPackages                             bitbirddev/trustkey-webhook-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. [API Development](/categories/api)
4. /
5. bitbirddev/trustkey-webhook-bundle

ActiveSymfony-bundle[API Development](/categories/api)

bitbirddev/trustkey-webhook-bundle
==================================

1.00(2y ago)0595PHP

Since Feb 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bitbirddev/trustkey-webhook-bundle)[ Packagist](https://packagist.org/packages/bitbirddev/trustkey-webhook-bundle)[ RSS](/packages/bitbirddev-trustkey-webhook-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Installation
============

[](#installation)

```
composer require bitbirddev/trustkey-webhook-bundle
```

Add configuration
=================

[](#add-configuration)

### config/packages/trustkey\_webhooks.yaml

[](#configpackagestrustkey_webhooksyaml)

```
framework:
  webhook:
    routing:
      trustkey:
        service: "bitbirddev.webhook.request_parser.trustkey"
        secret: "YourTrustkeyWebhookSecret"
        # secret: "%env(TRUSTKEY_WEBHOOK_SECRET)%" # or use environment variable
```

Example Consumer
================

[](#example-consumer)

### src/Webhooks/Consumer/TrustkeyWebhookConsumer.php

[](#srcwebhooksconsumertrustkeywebhookconsumerphp)

```
